infracloud/mcp/claude_desktop_config.infracloud.json

14 lines
314 B
JSON

{
"mcpServers": {
"infracloud-sustentacao": {
"command": "python",
"args": [
"C:\\dev\\infracloud\\mcp\\server.py"
],
"cwd": "C:\\dev\\infracloud",
"env": {
"INFRA_MCP_POSTGRES_DSN": "postgresql://user:password@127.0.0.1:5432/infracloud_mcp"
}
}
}
}