add mcp to repo

This commit is contained in:
2026-02-20 23:33:40 +00:00
parent 431b9079ee
commit 6a35f38a8c
+9 -21
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)":{
"command":"flux-operator-mcp",
"args":["serve"],
"env":{
"KUBECONFIG":"/Users/cpfarhood/.kube/config"
}
}, },
"playwright": { "playwright": {
"command": "npx", "type": "sse",
"args": ["-y", "@playwright/mcp@latest"] "url": "http://playwright-mcp.playwright.svc.cluster.local:3000/sse"
} }
} }
} }