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 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tgosoul2019/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server