Skip to main content
Glama
KS-GEN-AI

Confluence Communication Server

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

대장간 배지

Confluence와 상호 작용

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

  • 검색 페이지에 CQL 쿼리를 실행하기 위한 도구

  • Confluence 페이지의 콘텐츠를 검색하기 위한 도구

  • Confluence 페이지의 콘텐츠를 업데이트하기 위한 도구

특징

Related MCP server: Confluence MCP Server

Confluence 도구

  • 목적 : Confluence 페이지를 검색하기 위해 CQL 쿼리를 실행합니다.

  • 매개변수 : cql , limit (기본값: 10).

get_page_content

  • 목적 : Confluence 페이지의 내용을 가져옵니다.

  • 매개변수 : pageId .

update_page_content

  • 목적 : Confluence 페이지의 콘텐츠를 업데이트합니다.

  • 매개변수 : pageId , content , title (선택 사항, 변경하려는 경우).

개발

종속성 설치:

지엑스피1

서버를 빌드하세요:

npm run build

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

npm run watch

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 Confluence Communication Server MCP 서버를 자동으로 설치하려면:

npx -y @smithery/cli install @KS-GEN-AI/confluence-mcp-server --client claude

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을 제공합니다.

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.

  • Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.

  • Connect Claude to Fathom meeting recordings, transcripts, and summaries

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/KS-GEN-AI/confluence-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server