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": {
"github": {
"command": "github-mcp-server",
"args": ["stdio"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${CLAUDE_GITHUB_TOKEN}"
}
"kubernetes": {
"type": "sse",
"url": "http://kubernetes-mcp-server.kube-system.svc.cluster.local:8080/sse"
},
"kubernetes (local)": {
"command": "npx",
"args": [
"-y",
"kubernetes-mcp-server@latest"
]
"flux": {
"type": "sse",
"url": "http://flux-mcp.flux-system.svc.cluster.local:8080/sse"
},
"flux (local)":{
"command":"flux-operator-mcp",
"args":["serve"],
"env":{
"KUBECONFIG":"/Users/cpfarhood/.kube/config"
}
},
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp@latest"]
}
"playwright": {
"type": "sse",
"url": "http://playwright-mcp.playwright.svc.cluster.local:3000/sse"
}
}
}