From neuraforge-ai
Provides GitHub API access for repositories, issues, pull requests, and other operations. Runs locally as subprocess and requires GITHUB_PERSONAL_ACCESS_TOKEN.
npx claudepluginhub vikisingh23/neuraforge-aiAdd to your .mcp.json:
{
"mcpServers": {
"github-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
}
}
}
}Replace placeholder values for: GITHUB_PERSONAL_ACCESS_TOKEN
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.
npxGITHUB_PERSONAL_ACCESS_TOKEN=${GITHUB_TOKEN}