Cloud · MODEL CONTEXT PROTOCOL

aaronsb confluence cloud mcp

aaronsb confluence cloud mcp is a community-listed Model Context Protocol server. Review the source repository before installation.

WHAT IT CONNECTS

aaronsb confluence cloud mcp 为 AI Agent 提供什么

  • Space Management
  • List spaces
  • Get space details
  • Page Operations
  • Create, read, update pages
  • List pages in a space
  • Convert page content from Confluence storage format to Markdown
  • Search & Labels
  • Search content using CQL
  • Manage page labels
  • Clone the repository:
  • Build and run using the local build script:
  • Install dependencies:
  • Configure environment variables:
  • Build the project:
  • Run the server:
  • `list_confluence_spaces`: List all spaces in Confluence
  • `get_confluence_space`: Get details about a specific space
  • `list_confluence_pages`: List pages in a space
  • `get_confluence_page`: Get a specific page with its content (now includes Markdown conversion)
  • `create_confluence_page`: Create a new page in a space
  • `update_confluence_page`: Update an existing page
  • Headers (h1-h6)
  • Lists (ordered and unordered)
  • Links
  • Emphasis (bold/italic)
  • Code blocks
  • Tables
  • Paragraphs and line breaks
  • `search_confluence_pages`: Search Confluence content using CQL
  • `get_confluence_labels`: Get labels for a page
  • `add_confluence_label`: Add a label to a page
  • `remove_confluence_label`: Remove a label from a page
  • `src/client/` - Confluence API client implementation
  • `src/handlers/` - MCP tool request handlers
  • `src/schemas/` - JSON schemas for tool inputs
  • `src/types/` - TypeScript type definitions
  • `src/utils/` - Utility functions including content format conversion
  • Automated testing and linting on pull requests
  • Automatic Docker image builds on main branch commits
  • Multi-architecture image builds (amd64, arm64)
  • Container publishing to GitHub Container Registry
  • `./scripts/build-local.sh`: Builds the project and creates a local Docker image
  • `./scripts/run-local.sh`: Runs the local Docker image with your credentials

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。