CursorPool
← 返回 MCP 列表
Confluence MCP

Confluence MCP

检索 Confluence 文档作为知识库,为问答提供企业上下文。

Atlassian·540 次安装·1 个月前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y mcp-confluence

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "confluence": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-confluence"
      ]
    }
  }
}