Stats
Actions
Tags
From qa-debug
Connects to the GitHub API to manage repositories, issues, pull requests, and other GitHub resources. Requires a personal access token.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"source-control": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
}
}
}
}Replace placeholder values for: GITHUB_PERSONAL_ACCESS_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
GITHUB_PERSONAL_ACCESS_TOKEN=${GITHUB_TOKEN}Sensitive values you must provide — never committed to source control
npx claudepluginhub luxcordia/qa-debug --plugin qa-debug