mcp-confluence-server
1
The Confluence MCP Server is a tool for connecting and allowing AI models to interact with Confluence Data Center through a REST API. It includes various features to manage Confluence content, such as searching, retrieving, creating, updating, and deleting pages.
Confluence MCP Server
A Model Context Protocol (MCP) server for interacting with Confluence Data Center via REST API.
Features
- Execute CQL (Confluence Query Language) searches
- Get page content by ID
- Find pages by space key
- Find page by title and space key
- Create, update, and delete pages
Installation
- Clone the repository
- Install dependencies
Configuration
Create a .env
file with necessary variables for your Confluence instance.
Running the Server
Run in development mode using the MCP CLI tool for testing and debugging. Direct execution is not recommended.
API Reference
- Execute CQL searches
- Get and update page content
- Find pages by various parameters