Confluence集成
STDIO用于Confluence的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