Federating gateway for AI agents to discover and call tools from multiple MCP servers with intelligent search and dynamic tool registration.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
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.OPENAI_API_KEYMCPPROXY_DATA_DIR— Directory path ~/.mcpproxy Directory for database and index filesMCPPROXY_EMBEDDER— BM25, HF, OPENAI BM25 Embedding backendMCPPROXY_HF_MODEL— HuggingFace model name sentence-transformers/all-MiniLM-L6-v2 HF modelMCPPROXY_TOP_K— Integer 5 Number of tools to registerMCPPROXY_TOOL_NAME_LIMIT— Integer 60 Maximum tool name lengthMCPPROXY_CONFIG_PATH— "": "/Users/user/.cursor/mcp_proxy.json"MCPPROXY_TRANSPORT— 3. Start MCP server, by default transport is stdio, you can use to change it to streamable-http or sseMCPPROXY_HOST— Host to bind 127.0.0.1 Server hostMCPPROXY_PORT— Port to bind 8000 Server portMCPPROXY_TOOLS_LIMIT— Integer 15 Maximum number of tools in active poolMCPPROXY_TRUNCATE_OUTPUT_LEN— export =2000MCPPROXY_LIST_CHANGED_EXEC— Shell command - External command to execute after tool changes (see [Client Compatibility](#client-compatibility))MCPPROXY_ROUTING_TYPE— export =DYNAMIC # or CALL_TOOL (default)MCPPROXY_LOG_LEVEL— Log level INFO Logging level (DEBUG, INFO, WARNING, ERROR)MCPPROXY_LOG_FILE— File path - Optional log file pathMCPPROXY_RESET_DATA— Boolean false Reset all data (useful when dimensions change)[](https://m8ven.ai/mcp/dumbris-mcpproxy-1rak2b)