# Confluence Configuration
# Example: https://mycompany.atlassian.net/
CONFLUENCE_BASE_URL=https://your-domain.atlassian.net/
# Your Confluence username/email
# Example: john.doe@mycompany.com
CONFLUENCE_USERNAME=your-email@domain.com
# Your Confluence API token (get from https://id.atlassian.com/manage-profile/security/api-tokens)
# Example: ATATT3xFfGF0RZ5_IwIwMz2EqAaH9LkqXUdGSOwsAAURRWh3UhZh99yJ9xrt_2hWFIAUmiucw1EboQMAl7pE2P0bTcsFjzq5KrQHoK7Bsy4ZzIwqLYcV1mcBZPDCJ1CpOSP6-j_9wSvoP9tUjbqjS9bboWOZXyyorborv5CcQxk3rtccchPNgFU=A1B2C3D4
CONFLUENCE_API_TOKEN=your-api-token
# Default space key (personal spaces start with ~, team spaces are usually short codes)
# Example personal space: ~123456789abcdef123456789abcdef123456789
# Example team space: DOCS or PROJ
CONFLUENCE_SPACE_KEY=your-space-key
# Parent page title for organizing documentation
# Example: Documentation Hub or Project Documentation
CONFLUENCE_PARENT_PAGE_TITLE=Your Parent Page Title
# MCP Server Configuration
MCP_API_KEY=your-secure-random-key
PORT=3001
# Optional: Cache file location
CACHE_FILE_PATH=./markdown-page-mapping.json
# Optional: Base directory for local markdown files
# Example: /Users/username/development/projects
CONFLUENCE_BASE_DIR=/path/to/your/local/files
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/manateeit/confluence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server