Confluence
HTTP-SSEConfluence集成MCP服务器
Confluence集成MCP服务器
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