confluence-mcp-server
2
The Confluence MCP Server is a Model Context Protocol server for Atlassian Confluence, providing tools for AI integration with Confluence content. It supports operations like search, create, and modify content, and is deployable using Flask on Cloud Run.
Confluence MCP Server
A Model Context Protocol (MCP) server implementation for Atlassian Confluence, allowing AI agents to interact with Confluence content seamlessly.
Features
- Search Confluence with CQL
- List, create, read, update, and delete pages
- Rich metadata support
- Built with Flask for Cloud Run deployment
- Integration with AI agents
Installation and Configuration
- Clone the repository
- Install dependencies
- Configure environment variables in a
.env
file
Available Tools
- Search Content
- Get Spaces
- Get Page Content
- Create, Update, Delete Pages
Deployment
- Run locally or deploy to Cloud Run
Security
- Use environment variables for sensitive data
- Cloud Run's secret management recommended