GitDeployHub

alirezarezvani/confluence-mcp-server

github.com/alirezarezvani/confluence-mcp-server ↗
Node.js API
5 environment variables found in .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)
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/alirezarezvani/confluence-mcp-server
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alirezarezvani/confluence-mcp-server
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alirezarezvani/confluence-mcp-server
Or deploy to a different host
← Try another repo