Confluence Communication Server

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Provides tools for searching Confluence pages using CQL queries and retrieving page content, enabling access to information stored in Confluence wikis.

Confluence 커뮤니케이션 서버 MCP 서버

Confluence와 상호 작용

Confluence와 상호 작용하는 도구를 제공하는 TypeScript 기반 MCP 서버입니다. 다음을 통해 핵심 MCP 개념을 보여줍니다.

  • 검색 페이지에 CQL 쿼리를 실행하기 위한 도구
  • Confluence 페이지의 콘텐츠를 검색하기 위한 도구

특징

Confluence 도구

  • 목적 : Confluence 페이지를 검색하기 위해 CQL 쿼리를 실행합니다.
  • 매개변수 : cql , limit (기본값: 10).

get_page_content

  • 목적 : Confluence 페이지의 내용을 가져옵니다.
  • 매개변수 : pageId .

개발

종속성 설치:

지엑스피1

서버를 빌드하세요:

npm run build

자동 재빌드를 사용한 개발의 경우:

npm run watch

설치

Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.

MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "Confluence communication server": { "command": "node", "args": [ "/PATH_TO_THE_PROJECT/build/index.js" ], "env": { "CONFLUENCE_URL": "https://XXXXXXXX.atlassian.net/wiki", "CONFLUENCE_API_MAIL": "Your email", "CONFLUENCE_API_KEY": "KEY_FROM: https://id.atlassian.com/manage-profile/security/api-tokens" } } } }

디버깅

MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.

npm run inspector

검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

CQL 검색과 페이지 콘텐츠 페칭을 통해 Confluence에서 콘텐츠를 쿼리하고 검색할 수 있게 하여 Claude가 Confluence 작업 공간에 저장된 정보에 원활하게 액세스할 수 있도록 합니다.

  1. Features
    1. Confluence Tools
      1. execute_cql_search
      2. get_page_content
    2. Development
      1. Installation
        1. Debugging
      ID: 850t5hxya0