Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OTEL_ENABLED | No | Enable OpenTelemetry tracing | false |
| MCP_SERVER_HOST | No | HTTP host (when transport=http) | 127.0.0.1 |
| MCP_SERVER_NAME | No | Server name | mcp-server-template |
| MCP_SERVER_PORT | No | HTTP port (when transport=http) | 3000 |
| MCP_SERVER_DEBUG | No | Debug mode (skips auth) | false |
| MCP_SERVER_DB_PATH | No | SQLite database path | .data/cache.db |
| MCP_SERVER_TIMEOUT | No | Request timeout (ms) | 30000 |
| MCP_SERVER_VERSION | No | Server version | 0.1.0 |
| MCP_SERVER_CACHE_TTL | No | Default cache TTL (seconds) | 3600 |
| MCP_SERVER_LOG_LEVEL | No | Log level: debug, info, warning, error | info |
| MCP_SERVER_TRANSPORT | No | Transport: stdio or http | stdio |
| MCP_SERVER_SENTRY_DSN | No | Sentry DSN for error tracking | |
| MCP_SERVER_CACHE_ENABLED | No | Enable/disable caching | true |
| OTEL_EXPORTER_OTLP_ENDPOINT | No | OTLP collector endpoint |
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 | |