Code Mode inspired local sandboxed MCP Gateway - collapses N servers x M tools into 2 tools (~1,000 tokens)
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"
]
}
}
}
Run in terminal:
claude mcp add forgemax cargo run -- forgemax
Add to .cursor/mcp.json:
{
"mcpServers": {
"forgemax": {
"command": "cargo",
"args": [
"run",
"--",
"forgemax"
]
}
}
}