Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | false |
| MCP_PORT | No | MCP server port number | 8001 |
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
| SERVER_HOST | No | Server host address | 0.0.0.0 |
| SERVER_PORT | No | Server port number | 8000 |
| OPENAI_API_KEY | No | Your OpenAI API key for AI features (optional) | |
| TELEGRAM_CHAT_ID | No | The chat ID where messages will be sent (required for simple version) | |
| ANTHROPIC_API_KEY | No | Your Anthropic API key for AI features (optional) | |
| TELEGRAM_BOT_TOKEN | Yes | Your Telegram Bot API token from @BotFather (required) | |
| TELEGRAM_WEBHOOK_URL | No | The webhook URL for webhook mode (optional, e.g., https://your-domain.com/webhook) |
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 | |