Skip to main content
Glama

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.net
  • EMAIL: The email of your confluence account.
"confluence-context-server": { "command": "node", "args": [ "node_modules/mcp-confluence/dist/index.js" ], "env": { "API_TOKEN": "", "DOMAIN_NAME": "", "EMAIL": "" } }

Zed

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

"context_servers": { "confluence-context-server": { "settings": { "api_token": , "domain_name": , "email": } } }

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
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A model context server that 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.

  1. Installation
    1. Usage
      1. Zed
      2. MCP Inspector
    2. Prompts
      1. Confluence Page
      2. Blog Post

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A 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 -
      25
      29
      Python
      MIT License
    • A
      security
      A
      license
      A
      quality
      A 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 -
      10
      2
      197
      JavaScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      A 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 -
      4
      4
      1
      TypeScript
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that integrates with Microsoft's Edit tool, allowing AI systems to perform file operations from simple reads/writes to complex code editing and refactoring.
      Last updated -
      9
      2
      Rust
      MIT License

    View all related MCP servers

    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/mouhamadalmounayar/mcp-confluence'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server