- Explore MCP Servers
- mcp-confluence
Mcp Confluence
What is Mcp Confluence
mcp-confluence is a confluence context server that provides prompts to be used as slash commands in clients like Zed Editor, enabling the addition of page contents as context to AI assistants.
Use cases
Use cases include fetching specific Confluence pages or blog posts directly within the Zed Editor, enhancing the workflow of developers and content creators by providing contextual information seamlessly.
How to use
To use mcp-confluence, install it via npm with ‘npm install -g mcp-confluence’. Set the required environment variables: API_KEY, DOMAIN_NAME, and EMAIL. Then, configure the confluence-context-server in your Zed settings.
Key features
Key features include the ability to retrieve Confluence pages and blog posts by their IDs, integration with Zed Editor, and the provision of slash commands for enhanced user interaction.
Where to use
mcp-confluence is primarily used in software development environments, particularly for teams utilizing Confluence for documentation and collaboration, and integrating AI assistants for improved productivity.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Confluence
mcp-confluence is a confluence context server that provides prompts to be used as slash commands in clients like Zed Editor, enabling the addition of page contents as context to AI assistants.
Use cases
Use cases include fetching specific Confluence pages or blog posts directly within the Zed Editor, enhancing the workflow of developers and content creators by providing contextual information seamlessly.
How to use
To use mcp-confluence, install it via npm with ‘npm install -g mcp-confluence’. Set the required environment variables: API_KEY, DOMAIN_NAME, and EMAIL. Then, configure the confluence-context-server in your Zed settings.
Key features
Key features include the ability to retrieve Confluence pages and blog posts by their IDs, integration with Zed Editor, and the provision of slash commands for enhanced user interaction.
Where to use
mcp-confluence is primarily used in software development environments, particularly for teams utilizing Confluence for documentation and collaboration, and integrating AI assistants for improved productivity.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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
npm install -g mcp-confluence
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.
npm install @modelcontextprotocol/sdk npx -y @modelcontextprotocol/inspector npx mcp-confluence
Prompts
Confluence Page
- name:
confluence-page - description: Get a confluence page by its id
- arguments:
pageId: The id of the confluence page
Blog Post
- name:
blog-post - description: Get a blog post by its id
- arguments:
blogId: The id of the blog post
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










