Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Server port | 3000 |
DB_PATH | No | SQLite database path | ./data/mcp-db.sqlite |
LOG_FILE | No | Log file path | logs/mcp-server.log |
NODE_ENV | No | Node environment | development |
LOG_LEVEL | No | Logging level | info |
SANDBOX_DIR | No | Sandbox directory for file system operations | ./sandbox |
MAX_FILE_SIZE_MB | No | Maximum file size in megabytes | 10 |
MAX_REQUEST_SIZE | No | Maximum request size | 1mb |
OPENWEATHER_API_KEY | Yes | OpenWeatherMap API key for weather functionality | |
RATE_LIMIT_WINDOW_MS | No | Rate limit window in milliseconds (15 minutes) | 900000 |
RATE_LIMIT_MAX_REQUESTS | No | Maximum requests per rate limit window | 100 |
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 |