Couchbase-Analytics-MCP-Server

celticht32/Couchbase-Analytics-MCP-Server
★ 0 stars Python 🔌 API Integration Updated 1d ago
Enterprise Analytics MCP Server
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "couchbase-analytics-": {
      "command": "uvx",
      "args": [
        "couchbase-analytics-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install couchbase-analytics-mcp-server

README Excerpt

> **Python SDK, CLI, and Terminal UI for the Couchbase Enterprise Analytics REST API** Copyright © 2026 [Chris Ahrendt](https://github.com/cahrendt) · [MIT License](LICENSE) A **complete, production-ready** Python implementation of every documented endpoint in the [Couchbase Enterprise Analytics REST API](https://docs.couchbase.com/enterprise-analytics/current/reference/rest-intro.html). Fully typed with Pydantic v2, async-first with httpx, and exposed through a keyboard-driven Textual TUI, a Ty

Tools (9)

CB_ANALYTICS_ANALYTICS_PORTCB_ANALYTICS_HOSTCB_ANALYTICS_MAX_RETRIESCB_ANALYTICS_MGMT_PORTCB_ANALYTICS_PASSWORDCB_ANALYTICS_TIMEOUT_SECONDSCB_ANALYTICS_TLSCB_ANALYTICS_USERNAMECB_ANALYTICS_VERIFY_SSL

Topics

couchbase