Skip to main content
Glama

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": } } }

2025-01-18 19-04-24

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
Install Server
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.

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

  1. 安装
    1. 用法
      1. 泽德
      2. MCP 检查器
    2. 提示
      1. Confluence 页面
      2. 博客文章

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that enables AI assistants like Claude to interact with Outline document services, supporting document searching, reading, creation, editing, and comment management.
      Last updated -
      25
      29
      Python
      MIT License
    • A
      security
      A
      license
      A
      quality
      A server based on Model Context Protocol that provides predefined prompt templates for tasks like code review and API documentation generation, enabling more efficient workflows in Cursor/Windsurf editors.
      Last updated -
      10
      2
      197
      JavaScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol server that provides specialized prompt suggestions for backend development, frontend development, and general tasks to help LLMs generate better content.
      Last updated -
      4
      4
      1
      TypeScript
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that integrates with Microsoft's Edit tool, allowing AI systems to perform file operations from simple reads/writes to complex code editing and refactoring.
      Last updated -
      9
      2
      Rust
      MIT License

    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/mouhamadalmounayar/mcp-confluence'

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