diff --git a/configs/claude.sanitized.json b/configs/claude.sanitized.json index 71c5135..5fa6fd4 100644 --- a/configs/claude.sanitized.json +++ b/configs/claude.sanitized.json @@ -1,6 +1,18 @@ { "server_key": "mcpServers", "servers": { + "ted-eu": { + "type": "http", + "url": "https://gateway.pipeworx.io/ted-eu/mcp" + }, + "apify-ted-eu": { + "command": "npx", + "args": [ + "mcp-remote", + "https://mcp.apify.com/?tools=jeeves_is_my_copilot/ted-eu-tenders-api", + "--header", + "Authorization: Bearer ${APIFY_API_TOKEN}" + ] "dataforseo": { "command": "npx", "args": [ @@ -94,6 +106,10 @@ "args": [], "type": "stdio" }, + "codegraph": { + "command": "codegraph", + "args": ["serve", "--mcp"] + }, "kroschuorder": { "args": [ "tsx", diff --git a/configs/claude_runtime.sanitized.json b/configs/claude_runtime.sanitized.json index 65e481c..55731a9 100644 --- a/configs/claude_runtime.sanitized.json +++ b/configs/claude_runtime.sanitized.json @@ -1,10 +1,6 @@ { "server_key": "mcpServers", "servers": { - "Higgsfield": { - "type": "http", - "url": "https://mcp.higgsfield.ai/mcp" - }, "codegraph": { "args": [ "serve", @@ -26,13 +22,6 @@ "NODE_OPTIONS": "" } }, - "coolify": { - "args": [ - "-lc", - "" - ], - "command": "bash" - }, "drawio": { "args": [ "-y", @@ -42,21 +31,9 @@ "env": {}, "type": "stdio" }, - "envoult": { - "args": [], - "command": "~/Documents/soul/bin/envoultd", - "env": {} - }, "gbrain": { "command": "~/.local/bin/gbrain-mcp-wrapper.sh" }, - "hostinger-api": { - "args": [ - "-lc", - "" - ], - "command": "bash" - }, "letsfg": { "command": "~/.nvm/versions/node/v22.22.0/bin/letsfg-mcp", "env": { @@ -87,30 +64,12 @@ "command": "npx", "env": {} }, - "polymarket-live": { - "args": [ - "run", - "--quiet", - "--script", - "~/Documents/soul/mcps/mcps/polymarket-live/server.py" - ], - "command": "~/.local/bin/uv" - }, "recodee": { "command": "~/Documents/recodee/.venv/bin/recodee-mcp", "env": { "RECODEE_BASE_URL": "" } }, - "soul-skills": { - "args": [ - "run", - "--quiet", - "--script", - "~/Documents/soul/mcps/mcps/soul-skills/server.py" - ], - "command": "~/.local/bin/uv" - }, "cue-tty-watch": { "command": "/home/deadpool/Documents/cue/resources/mcps/cue-tty-watch/bin/cue-tty-watch" },