by postrv · MCP Server · ★ 148
Forgemax Code Mode MCP Gateway — collapses N servers x M tools into 2 tools (1,000 tokens). Instead of dumping every tool schema into the LLM's context window, Forgemax exposes exactly two MCP tools: — query a capability manifest to discover tools (read-only, sandboxed) — run JavaScript against the tool API in a sandboxed V8 isolate Additional sandbox APIs (the MCP surface stays at exactly 2 tools): — read MCP resources from downstream servers — session-scoped key-value store for sharing data across executions — bounded concurrent execution of tool/resource calls The LLM writes JavaScript...
| Stars | 148 |
| Forks | 9 |
| Language | Rust |
| Category | MCP Server |
| Quality Score | 71.0009650167685/100 |
| Open Issues | 1 |
| Last Updated | 2026-05-14 |
| Created | 2026-02-23 |
| Platforms | mcp, rust |
| Est. Tokens | ~49k |
Explore other popular mcp server tools:
forgemax is Code Mode inspired local sandboxed MCP Gateway - collapses N servers x M tools into 2 tools (~1,000 tokens). It is categorized as a MCP Server with 148 GitHub stars.
forgemax is primarily written in Rust. It covers topics such as ai-agents, ai-tools, gateway.
You can find installation instructions and usage details in the forgemax GitHub repository at github.com/postrv/forgemax. The project has 148 stars and 9 forks, indicating an active community.