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>
14 lines
316 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|