Collapse multiple servers and tools into two sandboxed MCP tools for efficient, typed JavaScript execution with secure resource access and concurrency.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"forgemax": {
"command": "cargo",
"args": [
"run",
"--",
"forgemax"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add forgemax cargo run -- forgemax
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"forgemax": {
"command": "cargo",
"args": [
"run",
"--",
"forgemax"
]
}
}
}
📋 Copy