Installation & Configuration
{
"mcpServers": {
"GitHub MCP": {
"command": "npx",
"type": "stdio",
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PAT_HERE"
},
"args": [
"@modelcontextprotocol/server-github"
]
},
"PR Reviewer": {
"command": "npx",
"type": "http",
"baseUrl": "http://localhost:8012",
"env": {
"OPENROUTER_API_KEY": "YOUR_OPENROUTER_KEY_HERE"
},
"args": [
"mcp-pr-reviewer",
"server",
"--port",
"8012"
]
}
}
}Information
Transport
stdio
Language
JavaScript
Created
2026/6/15
Updated
2026/6/17