Set up the DMV plugin (install gh CLI and configure GitHub MCP server)
Installs and configures the DMV plugin by checking for gh CLI, verifying GitHub authentication, and setting up the GitHub MCP server with a personal access token. Use this first to prepare your environment for GitHub repository management tasks.
/plugin marketplace add racurry/neat-little-package/plugin install dmv@neat-little-packageSet up everything needed for the DMV plugin to work properly.
Step 1: GitHub CLI Installation
Check if gh CLI is installed:
which gh to check if gh is availablebrew install ghgh --versionStep 2: GitHub CLI Authentication
Check and configure gh authentication:
gh auth status to check current authentication stategh auth login and set up gh.Step 3: GitHub MCP Server Configuration
Verify the GitHub MCP server setup:
echo $GITHUB_PERSONAL_ACCESS_TOKENrepo scope for full repository accessStep 4: Verification Summary
Provide a summary of:
Note: The gh auth login command requires interactive terminal input and cannot be automated. Guide the user to run it manually if needed.