JSPM

@answerai/confluence-mcp

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 163
  • Score
    100M100P100Q90293F
  • License MIT

Confluence MCP Server for AI-powered integration with Confluence via the Model Context Protocol

Package Exports

  • @answerai/confluence-mcp
  • @answerai/confluence-mcp/build/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@answerai/confluence-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.