Confluence Integration
STDIOReference server implementation for Model Context Protocol integrated with Confluence.
Reference server implementation for Model Context Protocol integrated with Confluence.
A reference server implementation for the Model Context Protocol (MCP) integrated with Confluence. This enables AI assistants to interact with Confluence resources and perform operations programmatically.
npm install
cp .env.example .env
Required environment variables:
CONFLUENCE_BASE_URL
: Your Confluence instance URLCONFLUENCE_USERNAME
: Your Confluence username (email)CONFLUENCE_API_TOKEN
: Your Confluence API token (get it from https://id.atlassian.com/manage-profile/security/api-tokens)CONFLUENCE_DEFAULT_SPACE_KEY
: Your default Confluence space keyPORT
: Server port (default: 3000)npm start
Add http://localhost:3000/sse
to your Cursor AI settings.
MIT