MCP ExplorerExplorer

Mcp Confluence

@mouhamadalmounayaron a year ago
10 MIT
FreeCommunity
AI Systems
This repository contains the source code for a confluence context server, it provides prompts that can be used as slash commands for clients like Zed Editor, in order to add page contents as context to the AI assistant.

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.

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.

mcp-confluence MCP server

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.net
  • EMAIL: The email of your confluence account.

Zed

Install the confluence-context-server extension.
Then, add these settings to your zed settings.

2025-01-18 19-04-24

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers