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

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.

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

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

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An enhanced Model Context Protocol server that enables AI assistants to interact with ClickUp workspaces, supporting task relationships, comments, checklists, and workspace management through natural language.
      Last updated -
      40
      343
      TypeScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol server that allows secure execution of pre-approved commands, enabling AI assistants to safely interact with the user's system.
      Last updated -
      1
      3
      18
      JavaScript
    • A
      security
      F
      license
      A
      quality
      A starter template for building Model Context Protocol servers that can be integrated with Cursor or Claude Desktop, allowing developers to create custom tools and extensions for AI assistants.
      Last updated -
      1
      6
      9
      TypeScript
      • Apple
    • 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
      19
      Python
      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