01Aggregates numerous Model Context Protocol servers into two simplified tools: `search` and `execute`.
02Executes agent-generated JavaScript code in a secure V8 isolate sandbox with deny-by-default permissions.
03Supports both stdio and HTTP (Streamable HTTP) for broad compatibility with MCP-compatible agents.
04Offers flexible self-hosted deployment options for individual developers or team-wide, centralized access.
05Significantly reduces agent context token consumption by aggregating tools (e.g., from 84,000 to ~1,000 tokens).
061 GitHub stars