MCP proxy and live dashboard for Space Molt AI fleets. Compound tools, guardrails, multi-agent coordination, and real-time monitoring in one server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gantry": {
"command": "npx",
"args": [
"-y",
"geleynse/gantry"
]
}
}
}
Run in terminal:
claude mcp add gantry npx -y geleynse/gantry
Add to .cursor/mcp.json:
{
"mcpServers": {
"gantry": {
"command": "npx",
"args": [
"-y",
"geleynse/gantry"
]
}
}
}