Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DENIED_SPACES | No | Optional comma-separated list of space keys to explicitly block. | |
| WRITE_ENABLED | No | Whether to enable tools that perform write operations (e.g., create_page, update_page). | false |
| ALLOWED_SPACES | No | Comma-separated list of Confluence space keys that are allowed to be accessed. | |
| AUDIT_LOG_PATH | No | The file path where audit logs should be written. | logs/audit.jsonl |
| CONFLUENCE_PAT | No | Personal Access Token for Confluence authentication. | |
| PYTHONIOENCODING | No | Encoding for Python IO, typically set to 'utf-8'. | utf-8 |
| EXPERIMENTAL_LIKES | No | Whether to enable the experimental confluence_get_likes tool. | false |
| CONFLUENCE_BASE_URL | No | The base URL of the Confluence Data Center or Server instance. | |
| CONFLUENCE_PASSWORD | No | Password for basic authentication. | |
| CONFLUENCE_USERNAME | No | Username for basic authentication. | |
| AUTO_DISCOVER_SPACES | No | If true and ALLOWED_SPACES is empty, the server will auto-load available space keys on startup. | true |
| CONFLUENCE_AUTH_MODE | No | The authentication mode to use: 'pat' (Personal Access Token) or 'basic' (Username/Password). | |
| TOOL_PROBE_ON_STARTUP | No | Whether the server should probe API permissions at startup to expose only reachable tools. | true |
| SPACE_PROBE_ON_STARTUP | No | Whether the server should probe space permissions at startup. | true |
| CONFLUENCE_MCP_ENV_FILE | No | Path to a custom environment file to load configurations from. |
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 | |