Documentation
¶
Overview ¶
Command mcp-confluence runs a Confluence MCP server that exposes tools for reading, creating, and updating Confluence pages using structured content blocks.
The server reads configuration from environment variables:
- CONFLUENCE_BASE_URL: The base URL of your Confluence instance (e.g., https://example.atlassian.net/wiki)
- CONFLUENCE_USERNAME: Your Confluence username (email)
- CONFLUENCE_API_TOKEN: Your Confluence API token
Example usage:
export CONFLUENCE_BASE_URL=https://example.atlassian.net/wiki export CONFLUENCE_USERNAME=user@example.com export CONFLUENCE_API_TOKEN=your-api-token go run ./cmd/mcp-confluence
Click to show internal directories.
Click to hide internal directories.