From 6a35f38a8cbcc20da8dea8e8b39afd172af67f4a Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Fri, 20 Feb 2026 23:33:40 +0000 Subject: [PATCH] add mcp to repo --- .mcp.json | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/.mcp.json b/.mcp.json index 2e9a710..ec6fc7b 100644 --- a/.mcp.json +++ b/.mcp.json @@ -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" + } } } +