Skip to main content
Glama

Confluence Communication Server

Confluence 通信服务器 MCP 服务器

与 Confluence 交互

这是一个基于 TypeScript 的 MCP 服务器,提供与 Confluence 交互的工具。它通过以下方式演示了 MCP 的核心概念:

  • 用于执行 CQL 查询以搜索页面的工具
  • 用于检索 Confluence 页面内容的工具
  • 用于更新 Confluence 页面内容的工具

特征

Confluence 工具

  • 目的:运行 CQL 查询来搜索 Confluence 页面。
  • 参数cqllimit (默认值:10)。

get_page_content

  • 目的:获取 Confluence 页面的内容。
  • 参数pageId

update_page_content

  • 目的:更新 Confluence 页面的内容。
  • 参数pageIdcontenttitle (可选,如果您想更改它)。

发展

安装依赖项:

npm install

构建服务器:

npm run build

对于使用自动重建的开发:

npm run watch

安装

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Confluence Communication Server MCP Server:

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 来访问浏览器中的调试工具。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

通过 CQL 搜索和页面内容提取,可以从 Confluence 查询和检索内容,从而允许 Claude 无缝访问存储在 Confluence 工作区中的信息。

  1. 特征
    1. Confluence 工具
      1. execute_cql_search
      2. get_page_content
      3. update_page_content
    2. 发展
      1. 安装
        1. 通过 Smithery 安装
        2. 调试

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Facilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.
        Last updated -
        1
        2
        JavaScript
        MIT License
      • -
        security
        -
        license
        -
        quality
        Enables VSCode/Cursor to integrate with Confluence Wiki, allowing AI models to access and process wiki content by fetching pages and converting them to Markdown format.
        Last updated -
        2
        TypeScript
        MIT License
      • A
        security
        F
        license
        A
        quality
        A Model Context Protocol server that enables AI assistants like Claude to access and search Atlassian Confluence content, allowing integration with your organization's knowledge base.
        Last updated -
        5
        435
        8
        TypeScript
        • Apple
      • -
        security
        F
        license
        -
        quality
        An MCP server that enables searching and retrieving content from Confluence documentation systems, providing capabilities for both document searches and full page content retrieval.
        Last updated -
        Python

      View all related MCP servers

      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