.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
CONFLUENCE_BASE_URL
Confluence Configuration Your Confluence instance URL (without trailing slash)
CONFLUENCE_EMAIL
Your Confluence account email
CONFLUENCE_API_TOKEN
secret
Confluence API Token (generate from Atlassian Account Settings > Security > API tokens)
CONFLUENCE_SPACE_KEY
secret
The space key you want to access (find this in your Confluence space settings)
LOG_LEVEL
Optional: Log level for debugging (info, debug, error)
brew install flyctl && fly launch --from https://github.com/alirezarezvani/confluence-mcp-server
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alirezarezvani/confluence-mcp-server
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alirezarezvani/confluence-mcp-server