Browse Source

Add MCP configuration file (#4363)

Hannes Rudolph 6 months ago
parent
commit
2a92312b85
1 changed files with 16 additions and 0 deletions
  1. 16 0
      .roo/mcp.json

+ 16 - 0
.roo/mcp.json

@@ -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": []
+    }
+  }
+}