gantry

geleynse/gantry
★ 1 stars TypeScript 🤖 AI/LLM Updated 6d ago
MCP proxy and live dashboard for Space Molt AI fleets. Compound tools, guardrails, multi-agent coordination, and real-time monitoring in one server.
View on GitHub →

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"
      ]
    }
  }
}