73
/ 100
11 days ago
glama

Smart MCP Proxy

Federating gateway for AI agents to discover and call tools from multiple MCP servers with intelligent search and dynamic tool registration.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretOPENAI_API_KEY
configMCPPROXY_DATA_DIRDirectory path ~/.mcpproxy Directory for database and index files
configMCPPROXY_EMBEDDERBM25, HF, OPENAI BM25 Embedding backend
configMCPPROXY_HF_MODELHuggingFace model name sentence-transformers/all-MiniLM-L6-v2 HF model
configMCPPROXY_TOP_KInteger 5 Number of tools to register
configMCPPROXY_TOOL_NAME_LIMITInteger 60 Maximum tool name length
configMCPPROXY_CONFIG_PATH"": "/Users/user/.cursor/mcp_proxy.json"
configMCPPROXY_TRANSPORT3. Start MCP server, by default transport is stdio, you can use to change it to streamable-http or sse
configMCPPROXY_HOSTHost to bind 127.0.0.1 Server host
configMCPPROXY_PORTPort to bind 8000 Server port
configMCPPROXY_TOOLS_LIMITInteger 15 Maximum number of tools in active pool
configMCPPROXY_TRUNCATE_OUTPUT_LENexport =2000
configMCPPROXY_LIST_CHANGED_EXECShell command - External command to execute after tool changes (see [Client Compatibility](#client-compatibility))
configMCPPROXY_ROUTING_TYPEexport =DYNAMIC # or CALL_TOOL (default)
configMCPPROXY_LOG_LEVELLog level INFO Logging level (DEBUG, INFO, WARNING, ERROR)
configMCPPROXY_LOG_FILEFile path - Optional log file path
configMCPPROXY_RESET_DATABoolean false Reset all data (useful when dimensions change)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/dumbris-mcpproxy-1rak2b)](https://m8ven.ai/mcp/dumbris-mcpproxy-1rak2b)
commit: d43b27f0327e6449bfa6653196e247e22614ea66
code hash: 5022d60040bea58330e2338cc43f20986e8052511277959d4098df8ed23f97de
verified: 6/24/2026, 10:09:33 AM
view raw JSON →