Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_ENV | No | Environment mode | production |
| MCP_PORT | No | Custom port for HTTP server | |
| MCP_CACHE_TTL | No | Cache TTL in seconds | 3600 |
| MCP_LOG_LEVEL | No | Logging level | INFO |
| MCP_REDIS_URL | No | Redis URL for distributed caching (optional) | redis://localhost:6379/0 |
| GOOGLE_API_KEY | Yes | Your Google API key for Custom Search API | |
| YOUTUBE_API_KEY | Yes | Your YouTube Data API v3 key | |
| MCP_ENCRYPTION_KEY | No | Your 256-bit encryption key for API key encryption | |
| MCP_RATE_LIMIT_SECRET | No | Your secret for rate limiting | |
| GOOGLE_CUSTOM_SEARCH_ENGINE_ID | Yes | Your Google Custom Search Engine ID |
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 | |