1.0.0 • Published 6 months ago

@answerai/confluence-mcp v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Confluence MCP Server

A Model Context Protocol (MCP) server implementation that provides access to Confluence data with optimized content formatting, and data cleaning for AI context windows.

Installation

npm install -g @answerai/confluence-mcp

Usage

With Claude Desktop or Cline

{
  "mcpServers": {
    "confluence": {
      "command": "answerai-confluence-mcp",
      "env": {
        "CONFLUENCE_API_TOKEN": "your_api_token",
        "CONFLUENCE_BASE_URL": "your_confluence_instance_url/wiki",
        "CONFLUENCE_USER_EMAIL": "your_email"
      }
    }
  }
}

For more detailed documentation, please visit the GitHub repository.