Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | MCP HTTP server host binding | 0.0.0.0 |
| PORT | No | MCP HTTP server port binding | 8000 |
| REDIS_URL | No | Celery result backend Redis URL (e.g., redis://localhost:6379/0) | |
| BROKER_URL | No | Celery broker URL | amqp://guest:guest@localhost:5672// |
| SQLITE_URL | No | SQLite-based result backend URL | db+sqlite:///./celery_results.sqlite3 |
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 | |