Add MCP configuration file (#4363)

This commit is contained in:
Hannes Rudolph 2025-06-06 09:04:01 -06:00 committed by GitHub
parent 84c6f44e56
commit 2a92312b85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
.roo/mcp.json Normal file
View file

@ -0,0 +1,16 @@
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN=${env:GITHUB_PERSONAL_ACCESS_TOKEN}",
"ghcr.io/github/github-mcp-server"
],
"alwaysAllow": []
}
}
}