Confluence MCP Server
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:
git clone https://github.com/LakshmiGayathri19/MCP.git cd MCPInstall dependencies:
pip install -r requirements.txtConfigure your environment variables (do not hardcode secrets in your code):
ATLASSIAN_API_TOKEN=your_token_here
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:
python server.pyRun the client in another terminal tab:
python client.pySecurity
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LakshmiGayathri19/Confluence_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server