69
/ 100
3 days ago
glama

llm-gateway-mcp

A self-hostable MCP server that routes prompts to multiple LLM providers using declarative policies, with multi-role orchestration for independence and verification.

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 4 credentials: ANTHROPIC_API_KEY, DEEPSEEK_API_KEY, GEMINI_API_KEY, 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.
configLLM_GATEWAY_LEDGER_PATH
🔐 secretANTHROPIC_API_KEY│ ├── anthropic.py # (official anthropic SDK, Messages API)
configDEEPSEEK_BASE_URL
🔐 secretDEEPSEEK_API_KEY│ └── deepseek.py # (httpx, OpenAI-compatible)
🔐 secretGEMINI_API_KEY│ ├── gemini.py # (google-genai, API key — NOT Vertex)
configOPENAI_BASE_URL
🔐 secretOPENAI_API_KEY│ ├── openai.py # (httpx, Chat Completions)
// 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 5 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/felmarv-llm-gateway-mcp-public-pjtpdc)](https://m8ven.ai/mcp/felmarv-llm-gateway-mcp-public-pjtpdc)
commit: ee42900491cc8fbaee2ee7e3a06d519832d6eac9
code hash: 4edffce9661a5e0c1597a256a8ffdd74b5fc6fc05fa953ae01208649412b243c
verified: 6/25/2026, 9:46:16 AM
view raw JSON →