Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REAL_NAME | Yes | Your real name, used for data anonymization and bidirectional replacement. | |
| REAL_EMAIL | Yes | Your real email address, used for data anonymization and bidirectional replacement. | |
| BEARER_TOKEN | Yes | A secure token used for Bearer authentication in requests from Claude Code. | |
| TELEGRAM_BOT_TOKEN | Yes | The Telegram bot token obtained from @BotFather used for approvals and status. | |
| GOOGLE_OAUTH_CLIENT_ID | No | Optional Google OAuth 2.0 Client ID for enabling Google Workspace (Gmail, Calendar, Drive) integration. | |
| TELEGRAM_ADMIN_CHAT_ID | Yes | Your Telegram Chat ID obtained from @userinfobot to authorize administrative control. | |
| GOOGLE_OAUTH_CLIENT_SECRET | No | Optional Google OAuth 2.0 Client Secret for enabling Google Workspace integration. |
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 | |