mcp-confluence-documentation-rag

HoodieYlya13/mcp-confluence-documentation-rag
★ 0 stars Python AI/LLM Updated 3d ago
RBAC-enforced Model Context Protocol (MCP) server for a retrieval-augmented knowledge base built from a live Atlassian Confluence instance. Features a LangGraph agent loop, ChromaDB vector store, 4-layer security model, and an 8-scenario evaluation suite
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-confluence-docum": {
      "command": "uvx",
      "args": [
        "mcp-confluence-documentation-rag"
      ]
    }
  }
}

Or install with pip: pip install mcp-confluence-documentation-rag