A semantic proxy that reduces AI agent token usage by exposing only three core tools and using local vector embeddings to search for and execute hundreds of underlying MCP tools. It streamlines communication between agents and MCP Routers by identifying relevant tools through natural language queries.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.DISCOVER_LIMIT— 10 Default max results from discover_toolsHTTP_HOST— 127.0.0.1 Bind addressHTTP_PORT— (none = stdio mode) Port for HTTP serverMCPR_TOKEN— Edit .env and replace "your-mcp-router-token-here" with your realPOLL_INTERVAL_MS— 15000 Tool change polling intervalPROXY_URL— "env": { "": "http://127.0.0.1:3456/mcp" }[](https://m8ven.ai/mcp/alexiokay-simple-mcp-proxy-1pn34i)