Skip to content

Commit 2a92312

Browse files
Add MCP configuration file (RooCodeInc#4363)
1 parent 84c6f44 commit 2a92312

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.roo/mcp.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"mcpServers": {
3+
"github": {
4+
"command": "docker",
5+
"args": [
6+
"run",
7+
"-i",
8+
"--rm",
9+
"-e",
10+
"GITHUB_PERSONAL_ACCESS_TOKEN=${env:GITHUB_PERSONAL_ACCESS_TOKEN}",
11+
"ghcr.io/github/github-mcp-server"
12+
],
13+
"alwaysAllow": []
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)