Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_FILE | No | Log file location | openrouter_mcp.log |
LOG_LEVEL | No | Logging level | INFO |
COMPOSE_BAKE | No | Docker Compose Bake delegation for better build performance | true |
DEFAULT_MODEL | No | Default model to use when none is specified | deepseek/deepseek-r1-0528 |
ENABLE_WEB_SEARCH | No | Enable web search integration | true |
DEFAULT_MAX_TOKENS | No | Default maximum tokens for model responses | 1048576 |
OPENROUTER_API_KEY | Yes | Your OpenRouter API key (get from OpenRouter.ai) | |
DEFAULT_TEMPERATURE | No | Default temperature setting for model responses | 0.7 |
OPENROUTER_BASE_URL | No | OpenRouter API base URL | https://openrouter.ai/api/v1 |
FORCE_INTERNET_SEARCH | No | Force internet search for models that support it | true |
RATE_LIMIT_REQUESTS_PER_MINUTE | No | Rate limiting for API requests per minute | 60 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |