Atlassian Confluence
Summary
A TypeScript-based MCP server for Atlassian Confluence integration that provides AI assistants with direct access to Confluence spaces, pages, and content. It offers tools for listing spaces, retrieving page details, and performing advanced searches using Confluence Query Language (CQL), all while converting content to Markdown format for optimal readability. The implementation includes robust error handling, pagination support, and a CLI interface for direct interaction, making it particularly valuable for teams that need to connect Claude or other AI systems to their Confluence knowledge bases without leaving the conversation interface.
Available Actions(6)
conf_ls_spaces
Lists accessible Confluence spaces. Parameters: type (optional string), status (optional string), limit (optional number), cursor (optional string). Use: View available spaces.
conf_get_space
Gets detailed space information. Parameters: spaceKey (required string). Use: Access space content and metadata.
conf_ls_pages
Lists pages with filtering. Parameters: spaceIds (optional array of strings), spaceKeys (optional array of strings), title (optional string), status (optional array of strings), sort (optional string), limit (optional number), cursor (optional string). Use: Find pages matching criteria.
conf_get_page
Gets comprehensive page content. Parameters: pageId (required string). Use: View full page content as Markdown.
conf_ls_page_comments
Lists comments on a page. Parameters: pageId (required string). Use: Read page discussions.
conf_search
Searches Confluence content. Parameters: cql (optional string), query (optional string), title (optional string), spaceKey (optional string), labels (optional array of strings), contentType (optional string), limit (optional number), cursor (optional string). Use: Find specific content.
Recensioni della Community
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione