I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

Confluence-MCP-Server
Confluence MCP-Server bereitstellt API-Tools für Atlassian Confluence-Operationen, einschließlich Seitenverwaltung, Raumbearbeitung und Inhaltssuche mit integrierter Rate-Limitierungs- und Fehlerbehandlung.
1
Github Watches
1
Github Forks
2
Github Stars
Confluence MCP Server
A Model Context Protocol (MCP) server implementation for Atlassian Confluence. This server provides a set of tools for interacting with Confluence through the MCP protocol, allowing AI agents to seamlessly work with Confluence content. Built with Flask for easy deployment to Cloud Run.
Features
- Search pages and spaces using Confluence Query Language (CQL)
- List all available Confluence spaces
- Create, read, update, and delete Confluence pages
- Rich metadata support for Confluence resources
- Flask-based server for Cloud Run deployment
- MCP tools for AI agent integration
Installation
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
Configuration
Create a .env
file in the project root with the following variables:
CONFLUENCE_URL=https://your-instance.atlassian.net/wiki
CONFLUENCE_ACCESS_TOKEN=your_access_token
PORT=8080 # Optional, defaults to 8080
To get an access token:
- Log in to your Atlassian account
- Go to Account Settings > Security > Create and manage API tokens
- Create a new API token and copy it
Available Tools
The server provides the following MCP tools:
1. Search Content
@tool("search_confluence")
def search(query: str) -> Dict[str, Any]
2. Get Spaces
@tool("get_spaces")
def get_spaces() -> Dict[str, Any]
3. Get Page Content
@tool("get_page_content")
def get_page_content(space_key: str, page_id: str) -> Dict[str, Any]
4. Create Page
@tool("create_page")
def create_page(space_key: str, title: str, content: str) -> Dict[str, Any]
5. Update Page
@tool("update_page")
def update_page(space_key: str, page_id: str, content: str) -> Dict[str, Any]
6. Delete Page
@tool("delete_page")
def delete_page(space_key: str, page_id: str) -> Dict[str, Any]
Running Locally
Run the server locally:
python example.py
The server will start on http://localhost:8080
Cloud Run Deployment
- Build the Docker image:
docker build -t confluence-mcp .
- Tag and push to Google Container Registry:
docker tag confluence-mcp gcr.io/[PROJECT-ID]/confluence-mcp
docker push gcr.io/[PROJECT-ID]/confluence-mcp
- Deploy to Cloud Run:
gcloud run deploy confluence-mcp \
--image gcr.io/[PROJECT-ID]/confluence-mcp \
--platform managed \
--allow-unauthenticated \
--set-env-vars="CONFLUENCE_URL=[YOUR_URL],CONFLUENCE_ACCESS_TOKEN=[YOUR_TOKEN]"
Error Handling
All tools include proper error handling and will return appropriate error messages in the response. The response format includes:
- Success case: Relevant data in the specified format
- Error case:
{"error": "error message"}
Security Considerations
- Always use environment variables for sensitive data
- Consider using Cloud Run's built-in secret management
- Implement proper authentication for your endpoints
- Keep your Confluence access token secure
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
相关推荐
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Advanced software engineer GPT that excels through nailing the basics.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Converts Figma frames into front-end code for various mobile frameworks.
Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.
Die All-in-One-Desktop & Docker-AI-Anwendung mit integriertem Lappen, AI-Agenten, No-Code-Agent Builder, MCP-Kompatibilität und vielem mehr.
Fair-Code-Workflow-Automatisierungsplattform mit nativen KI-Funktionen. Kombinieren Sie visuelles Gebäude mit benutzerdefiniertem Code, SelbstHost oder Cloud, 400+ Integrationen.
🧑🚀 全世界最好的 llm 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Zusammenfassung der weltbesten LLM -Ressourcen.
Reviews

user_dIUqjzri
As a loyal user of MCP Linear, I am thoroughly impressed with the precision and efficiency that it offers. The tool's seamless integration and user-friendly interface by Tacticlaunch significantly streamline operations. It’s a game-changer for anyone looking to optimize their workflow. Highly recommended!