Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_DATA_DIR | No | Directory for file-based storage. | |
| MCP_LOG_LEVEL | No | Logging level: DEBUG, INFO, WARNING, ERROR | |
| MCP_MAX_TASKS | No | Maximum number of tasks (default: 1000) | 1000 |
| MCP_MAX_TODOS | No | Maximum number of todos (default: 1000) | 1000 |
| MCP_DATABASE_URL | No | Database connection string (e.g., sqlite:///todos.db) | |
| MCP_STORAGE_TYPE | No | Storage backend type: 'file' or 'database' (default: file) | file |
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 | |