A self-hostable MCP server that routes prompts to multiple LLM providers using declarative policies, with multi-role orchestration for independence and verification.
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.LLM_GATEWAY_LEDGER_PATHANTHROPIC_API_KEY— │ ├── anthropic.py # (official anthropic SDK, Messages API)DEEPSEEK_BASE_URLDEEPSEEK_API_KEY— │ └── deepseek.py # (httpx, OpenAI-compatible)GEMINI_API_KEY— │ ├── gemini.py # (google-genai, API key — NOT Vertex)OPENAI_BASE_URLOPENAI_API_KEY— │ ├── openai.py # (httpx, Chat Completions)[](https://m8ven.ai/mcp/felmarv-llm-gateway-mcp-public-pjtpdc)