Provides integration with Atlassian services through Confluence, requiring Atlassian domain authentication
Allows retrieving content from Confluence, including pages and blog posts by their IDs
Mcp-Confluence
[!Important] This repository is still in early development stages, more prompts, resources and tools will be added in the future.
This repository contains the source code for a confluence context server. For now, the server only contains prompts aimed to be used as slash commands by Zed.
Installation
Usage
The following environment variables must be set:
API_KEY: The API key to authenticate your confluence account.DOMAIN_NAME: The domain name of your confluence account.example.atlassian.netEMAIL: The email of your confluence account.
Zed
Install the confluence-context-server extension. Then, add these settings to your zed settings.
MCP Inspector
You can also use the MCP Inspector to interact with the server.
Prompts
Confluence Page
name:
confluence-pagedescription: Get a confluence page by its id
arguments:
pageId: The id of the confluence page
Blog Post
name:
blog-postdescription: Get a blog post by its id
arguments:
blogId: The id of the blog post
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol server that enables AI assistants like Claude to interact with Outline document services, supporting document searching, reading, creation, editing, and comment management.Last updated -2552MIT License
- AsecurityAlicenseAqualityA server based on Model Context Protocol that provides predefined prompt templates for tasks like code review and API documentation generation, enabling more efficient workflows in Cursor/Windsurf editors.Last updated -100228MIT License
- Asecurity-licenseAqualityA Model Context Protocol server that provides specialized prompt suggestions for backend development, frontend development, and general tasks to help LLMs generate better content.Last updated -631
- Asecurity-licenseAqualityA Model Context Protocol server that provides PureScript development tools for AI assistants, enabling code analysis, type lookups, and IDE server management without requiring heavy IDE setup.Last updated -193