Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"coderabbitai": {
"command": "npx",
"args": [
"-y",
"coderabbitai-mcp@latest"
],
"env": {
"GITHUB_PAT": "${GITHUB_PAT}"
}
}
}
}npxGITHUB_PAT=${GITHUB_PAT}