MCP server that standardizes access to OpenRouter models. Provides dynamic model discovery, alias resolution, and validation to prevent stale or invalid model usage in coding assistants. Centralizes model metadata and shields clients from upstream naming changes and catalog churn.
A production-ready monorepo that provides a **centralized MCP model registry** backed by OpenRouter, plus a **browsable reference web application**. Designed for zero-config deployment on Vercel. > **What `apps/web` is:** A human-facing demo that includes a live chatbot (`/demo`) powered by the MCP. The chatbot connects to `apps/mcp` via the MCP Streamable HTTP protocol, discovers tools dynamically at runtime, and routes every tool call through the MCP server — it does not access the database di