MCP_Router_Server

MCP_Router_Server

3.2

If you are the rightful owner of MCP_Router_Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A FastAPI-based MCP-compliant server that routes requests to multiple LLM providers via a unified REST API.

The MCP Router Server is a versatile and efficient server built on FastAPI, designed to facilitate seamless communication with various large language model (LLM) providers. It offers a unified REST API that allows users to switch between different LLM providers such as OpenAI, LM Studio, OpenRouter, Ollama, Claude, and Azure with ease. The server is highly configurable, enabling users to set provider keys and options through environment variables. It supports context-aware chat requests via the `/ask` endpoint and includes a health check feature to ensure the server is running smoothly. The server is easy to deploy and configure, making it an ideal choice for developers looking to integrate multiple LLM services into their applications.

Features

  • Switch LLM providers by editing `.env`
  • /ask endpoint for context-aware chat requests
  • Health check at `/health`
  • Provider abstraction for multiple LLM services
  • Easy deployment and configuration