Connects to Atlassian Confluence API to provide custom MCP functionality for interacting with Confluence content and spaces
Integrates with Ollama to leverage local language models (like tinyllama) for processing and generating content
MCP Server
A server application for integrating with Atlassian Confluence using Python.
Features
- Connects to Atlassian Confluence API
- Custom endpoints for MCP functionality
Setup
- Clone the repository:
- Install dependencies:
- Configure your environment variables (do not hardcode secrets in your code):
Usage
- Install Ollama (if not done)
Download Ollama and install it.
Pull a model (e.g., tinyllama)
ollama pull tinyllama
Run the server in one terminal tab:
Run the client in another terminal tab:
Security
Do not commit secrets or API tokens to the repository.
If you accidentally commit a secret, remove it from your code and git history.
See GitHub’s guide for help.
License
MIT
This server cannot be installed
A server application that integrates with Atlassian Confluence API, providing custom endpoints for MCP functionality to interact with Confluence content.
Related MCP Servers
- AsecurityAlicenseAqualityModel Context Protocol (MCP) server for Atlassian Cloud products (Confluence and Jira). This integration is designed specifically for Atlassian Cloud instances and does not support Atlassian Server or Data Center deployments.Last updated -272,204PythonMIT License
- -securityFlicense-qualityAn MCP server that enables AI agents to interact with Atlassian products (Confluence and Jira) for content management, issue tracking, and project management through a standardized interface.Last updated -3TypeScript
- -securityFlicense-qualityAn MCP server that enables searching and retrieving content from Confluence documentation systems, providing capabilities for both document searches and full page content retrieval.Last updated -1Python
mcp-confluentofficial
AsecurityAlicenseAqualityAn MCP server implementation built to interact with Confluent Kafka and Confluent Cloud REST APIs.Last updated -245183TypeScriptMIT License