Multi-LLM Gateway MCP
by tgosoul2019
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Server host | 127.0.0.1 |
| MCP_PORT | No | Server port | 9200 |
| MCP_DEBUG | No | Enable debug mode | false |
| MCP_LOG_FILE | No | Path to the log file | /var/log/mcp/mcp.log |
| MCP_LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
| OPENAI_API_KEY | No | API key for OpenAI | |
| OLLAMA_BASE_URL | No | Base URL for local Ollama instance | http://localhost:11434 |
| ANTHROPIC_API_KEY | No | API key for Anthropic Claude | |
| MCP_DEFAULT_PROVIDER | No | Default LLM provider to use | openai |
| MCP_RATE_LIMIT_WINDOW | No | Application layer rate limit window in seconds | 60 |
| MCP_RATE_LIMIT_REQUESTS | No | Application layer rate limit request count | 100 |
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 | |