forgemax

postrv/forgemax
★ 142 stars Rust 💻 Code/Dev Tools Updated 17d ago
Code Mode inspired local sandboxed MCP Gateway - collapses N servers x M tools into 2 tools (~1,000 tokens)
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": {
    "forgemax": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "forgemax"
      ]
    }
  }
}

Topics

ai-agentsai-toolsgatewaymcpmcp-gatewaymcp-servermcp-serversmcp-toolstool-callingtool-use