Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DENIED_SPACESNoOptional comma-separated list of space keys to explicitly block.
WRITE_ENABLEDNoWhether to enable tools that perform write operations (e.g., create_page, update_page).false
ALLOWED_SPACESNoComma-separated list of Confluence space keys that are allowed to be accessed.
AUDIT_LOG_PATHNoThe file path where audit logs should be written.logs/audit.jsonl
CONFLUENCE_PATNoPersonal Access Token for Confluence authentication.
PYTHONIOENCODINGNoEncoding for Python IO, typically set to 'utf-8'.utf-8
EXPERIMENTAL_LIKESNoWhether to enable the experimental confluence_get_likes tool.false
CONFLUENCE_BASE_URLNoThe base URL of the Confluence Data Center or Server instance.
CONFLUENCE_PASSWORDNoPassword for basic authentication.
CONFLUENCE_USERNAMENoUsername for basic authentication.
AUTO_DISCOVER_SPACESNoIf true and ALLOWED_SPACES is empty, the server will auto-load available space keys on startup.true
CONFLUENCE_AUTH_MODENoThe authentication mode to use: 'pat' (Personal Access Token) or 'basic' (Username/Password).
TOOL_PROBE_ON_STARTUPNoWhether the server should probe API permissions at startup to expose only reachable tools.true
SPACE_PROBE_ON_STARTUPNoWhether the server should probe space permissions at startup.true
CONFLUENCE_MCP_ENV_FILENoPath 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Janus-06/inhouse_confluence_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server