add mcp to repo

This commit is contained in:
2026-02-20 23:33:40 +00:00
parent 431b9079ee
commit 6a35f38a8c
+11 -23
View File
@@ -1,29 +1,17 @@
{ {
"mcpServers": { "mcpServers": {
"github": { "kubernetes": {
"command": "github-mcp-server", "type": "sse",
"args": ["stdio"], "url": "http://kubernetes-mcp-server.kube-system.svc.cluster.local:8080/sse"
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${CLAUDE_GITHUB_TOKEN}"
}
}, },
"kubernetes (local)": { "flux": {
"command": "npx", "type": "sse",
"args": [ "url": "http://flux-mcp.flux-system.svc.cluster.local:8080/sse"
"-y",
"kubernetes-mcp-server@latest"
]
}, },
"flux (local)":{ "playwright": {
"command":"flux-operator-mcp", "type": "sse",
"args":["serve"], "url": "http://playwright-mcp.playwright.svc.cluster.local:3000/sse"
"env":{ }
"KUBECONFIG":"/Users/cpfarhood/.kube/config"
}
},
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp@latest"]
}
} }
} }