Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTO_REINDEX | No | Enable automatic reindexing when index is stale (for confluence_kb_with_staleness.py) | false |
| CONFLUENCE_URL | Yes | Your Confluence URL (e.g., https://yourcompany.atlassian.net) | |
| CONFLUENCE_EMAIL | Yes | Your Confluence email address | |
| CONFLUENCE_SPACES | Yes | Comma-separated list of Confluence space keys to index (e.g., ENG,DEVOPS,TEAM) | |
| MAX_INDEX_AGE_DAYS | No | Maximum age of the index in days before staleness warning (for confluence_kb_with_staleness.py) | 7 |
| CONFLUENCE_API_TOKEN | Yes | Your Confluence API token (create at https://id.atlassian.com/manage-profile/security/api-tokens) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |