infracloud/mcp/config.json
root 806f9be919 feat(mcp): upgrade to multi-project support
Added support for gohorsejobs, core, and saveinmed projects.
Updated tools to accept an optional 'project' parameter.
Configured Linux-compatible config.json.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-09 19:59:35 +01:00

14 lines
316 B
JSON

{
"mcpServers": {
"infracloud-multi-project": {
"command": "python3",
"args": [
"/root/infracloud/mcp/server.py"
],
"env": {
"INFRA_MCP_POSTGRES_DSN": "postgresql://user:password@localhost:5432/infracloud_mcp",
"INFRA_MCP_TRANSPORT": "stdio"
}
}
}
}