Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"github-repo-api": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/src/mcp-servers/github-api.js"
],
"env": {
"ORG_NAME": "alldigitalrewards",
"GITHUB_TOKEN": "${GITHUB_TOKEN}",
"GITHUB_API_URL": "https://api.github.com"
}
}
}
}Replace placeholder values for: GITHUB_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
nodeORG_NAME=alldigitalrewardsGITHUB_TOKEN=${GITHUB_TOKEN}GITHUB_API_URL=https://api.github.com