mcp-model-router
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_PATH | No | Path to the SQLite database file. | ./data/mcp-model-router.sqlite |
| CONFIG_PATH | No | Path to the config.yaml file. | config.yaml |
| LLM_API_KEY | No | API key for the LLM API. | |
| LLM_BASE_URL | No | Base URL of the OpenAI-compatible API (LiteLLM proxy or OpenRouter). | http://localhost:4000 |
| MCP_HTTP_HOST | No | Bind address for HTTP transport. | 127.0.0.1 |
| MCP_HTTP_PORT | No | Port for HTTP transport. | 3000 |
| MCP_TRANSPORT | No | Transport mode: 'stdio' or 'http'. | stdio |
| USAGE_API_KEY | No | API key for the usage API. | |
| USAGE_BASE_URL | No | Base URL for usage/credits API (usually same as LLM_BASE_URL). | http://localhost:4000 |
| LLM_PROVIDER_KIND | No | Provider kind: 'litellm' or 'openrouter'. | litellm |
| MCP_ALLOWED_HOSTS | No | Comma-separated list of allowed Host headers (DNS-rebinding protection). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues