Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host | 0.0.0.0 |
| PORT | No | Server port | 8000 |
| DEBUG | No | Debug mode | false |
| REDIS_URL | No | Redis for sessions | redis://localhost:6379 |
| CAPTCHA_TOKEN | Yes | API authentication token. Same as CAPTCHA_TOKEN in Next.js proxy | |
| CIPHER_SECRET | Yes | JWT decryption secret. Same as process.env.CIPHER in Next.js proxy | |
| MCP_SERVER_URL | No | Public URL of this server | https://mcp.zintlr.com |
| ZINTLR_API_BASE_URL | No | Direct API URL | https://api.zintlr.com |
| ZINTLR_FRONTEND_URL | No | Frontend for OAuth | https://auth.zintlr.com |
| SESSION_EXPIRE_SECONDS | No | Session TTL (1 hour) | 3600 |
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 | |