refactor: Gave the GitHub MCP server a default placeholder value that doesn't require the vault

This commit is contained in:
2025-11-08 16:09:32 -07:00
parent efbe76e1fc
commit 46517a4e15
4 changed files with 16 additions and 4 deletions
+14
View File
@@ -1,5 +1,19 @@
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_TOKEN"
}
},
"docker": {
"command": "uvx",
"args": ["mcp-server-docker"]