Files
context-kit/snippets/claude.mcp.json

17 lines
305 B
JSON

{
"mcpServers": {
"context-web-search": {
"type": "http",
"url": "http://127.0.0.1:8777/mcp"
},
"context-docs": {
"type": "http",
"url": "http://127.0.0.1:8776/mcp"
},
"context-repomix": {
"command": "context-kit",
"args": ["repomix"]
}
}
}