mcp-confluence

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 integration with Atlassian services through Confluence, requiring Atlassian domain authentication

  • Allows retrieving content from Confluence, including pages and blog posts by their IDs

Mcp-汇流

[!重要] 此存储库仍处于早期开发阶段,将来会添加更多提示、资源和工具。

此仓库包含 Confluence 上下文服务器的源代码。目前,该服务器仅包含可供 Zed 用作斜线命令的提示符。

安装

npm install -g mcp-confluence

用法

必须设置以下环境变量:

  • API_KEY :用于验证您的 Confluence 帐户的 API 密钥。
  • DOMAIN_NAME :您的 Confluence 帐户的域名。 example.atlassian.net
  • EMAIL :您的 Confluence 帐户的电子邮件。
"confluence-context-server": { "command": "node", "args": [ "node_modules/mcp-confluence/dist/index.js" ], "env": { "API_TOKEN": "", "DOMAIN_NAME": "", "EMAIL": "" } }

泽德

安装confluence-context-server 扩展。然后,将这些设置添加到你的 zed 设置中。

"context_servers": { "confluence-context-server": { "settings": { "api_token": , "domain_name": , "email": } } }

MCP 检查器

您还可以使用 MCP Inspector 与服务器进行交互。

npm install @modelcontextprotocol/sdk npx -y @modelcontextprotocol/inspector npx mcp-confluence

提示

Confluence 页面

  • 名称: confluence-page
  • 描述:通过 id 获取 Confluence 页面
  • 参数:
    • pageId :汇合页面的 id

博客文章

  • 名称: blog-post
  • 描述:通过 id 获取博客文章
  • 参数:
    • blogId :博客文章的 ID

You must be authenticated.

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

模型上下文服务器提供可用作 Zed Editor 等客户端的斜线命令的提示,以便将页面内容作为上下文添加到 AI 助手。

  1. Installation
    1. Usage
      1. Zed
      2. MCP Inspector
    2. Prompts
      1. Confluence Page
      2. Blog Post
    ID: qkapsouyfx