30 lines
597 B
JSON
30 lines
597 B
JSON
{
|
|
"mcpServers": {
|
|
"github": {
|
|
"command": "github-mcp-server",
|
|
"args": ["stdio"],
|
|
"env": {
|
|
"GITHUB_PERSONAL_ACCESS_TOKEN": "${CLAUDE_GITHUB_TOKEN}"
|
|
}
|
|
},
|
|
"kubernetes (local)": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"kubernetes-mcp-server@latest"
|
|
]
|
|
},
|
|
"flux (local)":{
|
|
"command":"flux-operator-mcp",
|
|
"args":["serve"],
|
|
"env":{
|
|
"KUBECONFIG":"/Users/cpfarhood/.kube/config"
|
|
}
|
|
},
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": ["-y", "@playwright/mcp@latest"]
|
|
}
|
|
}
|
|
}
|