Skip to main content

Atlassian Rovo MCP Server for Confluence — direct REST API integration with image support

Project description

Confluence Rovo MCP Server

Confluence REST API MCP Server — 直连 Confluence Cloud 或 Server/Data Center。

安装

cd D:\code\ai\confluence-rovo-mcp
pip install -e . --no-deps

配置(Hermes config.yaml)

Server/Data Center 模式(公司 Confluence)

mcp_servers:
  confluence-rovo:
    command: python
    args: ["-m", "confluence_rovo_mcp.server"]
    env:
      CONFLUENCE_BASE_URL: "https://pmo.mcd.com.cn/confluence"
      CONFLUENCE_TOKEN: "你的PAT令牌"
      CONFLUENCE_AUTH_METHOD: "bearer"
      CONFLUENCE_VERIFY_SSL: "false"
    timeout: 60
    autoApprove:
      - confluence_validate_connection
      - confluence_search
      - confluence_get_page
      - confluence_list_spaces
      - confluence_list_attachments
      - confluence_list_images
      - confluence_get_image
      - confluence_download_attachment

Atlassian Cloud 模式

    env:
      CONFLUENCE_DOMAIN: "myteam"           # myteam.atlassian.net 的前缀
      CONFLUENCE_EMAIL: "you@company.com"
      CONFLUENCE_TOKEN: "api-token"          # https://id.atlassian.com 获取

环境变量

变量 必填 说明
CONFLUENCE_TOKEN PAT 令牌
CONFLUENCE_BASE_URL Server/DC https://pmo.mcd.com.cn/confluence
CONFLUENCE_DOMAIN Cloud myteam(myteam.atlassian.net)
CONFLUENCE_EMAIL Cloud 账号邮箱
CONFLUENCE_AUTH_METHOD 可选 auto/basic/bearer,默认 auto
CONFLUENCE_VERIFY_SSL 可选 true/false,内网建议 false

工具列表(13个)

工具 功能
confluence_validate_connection 验证连接
confluence_search CQL 搜索
confluence_get_page 读取页面
confluence_create_page 创建页面
confluence_update_page 更新页面
confluence_delete_page 删除页面
confluence_list_spaces 列出空间
confluence_list_attachments 列出附件
confluence_list_images 列出图片
confluence_get_image 查看图片(base64 data URL)
confluence_upload_image 上传图片
confluence_upload_attachment 上传文件
confluence_download_attachment 下载附件到本地

获取 PAT 令牌

Confluence Server/DC:https://你的域名/confluence/plugins/personalaccesstokens/usertokens.action

启用后执行 /reload-mcp 即可使用。

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

confluence_rovo_mcp-1.0.0.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

confluence_rovo_mcp-1.0.0-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file confluence_rovo_mcp-1.0.0.tar.gz.

File metadata

  • Download URL: confluence_rovo_mcp-1.0.0.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for confluence_rovo_mcp-1.0.0.tar.gz
Algorithm Hash digest
SHA256 7d947d4d2c40dc3c82dbe0117960e68eb69065b598c77dc75eb74acc0201af0b
MD5 8fd32f6f0e6ea80f4489ec9379a21bf9
BLAKE2b-256 221524528927e7e97174b36792f28e467a48df818028572e3b9f23eff7c78782

See more details on using hashes here.

File details

Details for the file confluence_rovo_mcp-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for confluence_rovo_mcp-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 97ce5b2f44038f25450f362f53de6824d9e1ce2ecc9c42bb3d631332c61000a9
MD5 dbc005bc348c234b66f07e0732d45892
BLAKE2b-256 e9a79238070159ab47db6d7634a9b6216a9d7b75a91d62fd7b4d5cf70788a336

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page