Files
mcp-proxy/config.json
2025-11-26 08:32:24 -05:00

57 lines
1.3 KiB
JSON

{
"mcpServers": {
"pieces": {
"enabled": true,
"timeout": 60,
"url": "http://localhost:39300/model_context_protocol/2024-11-05/sse",
"transportType": "sse",
"command": "echo",
"args": ["sse-placeholder"]
},
"firecrawl": {
"enabled": true,
"timeout": 60,
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
],
"transportType": "stdio",
"env": {
"FIRECRAWL_API_URL": "http://crawl.lab:30002",
"FIRECRAWL_API_KEY": "dummy-key"
}
},
"context7": {
"enabled": true,
"timeout": 60,
"url": "https://mcp.context7.com/mcp",
"transportType": "http",
"command": "echo",
"args": ["http-placeholder"],
"headers": {
"CONTEXT7_API_KEY": "ctx7sk-f6f1b998-88a2-4e78-9d21-433545326e6c"
}
},
"knowledge-graph": {
"enabled": true,
"timeout": 60,
"url": "http://localhost:48000/sse",
"transportType": "sse",
"command": "echo",
"args": ["sse-placeholder"]
},
"xpipe": {
"enabled": true,
"timeout": 60,
"url": "http://localhost:21721/mcp",
"transportType": "http",
"command": "echo",
"args": ["http-placeholder"],
"headers": {
"Authorization": "Bearer 27d1c4ca-dfec-4d38-adc1-1e0f4bcbaadc"
}
}
}
}