couchbase-mcp-server

couchbase-mcp-server

3.2

If you are the rightful owner of couchbase-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Couchbase MCP Server is a protocol server that enables natural language queries on Couchbase Capella clusters using the Model Context Protocol (MCP).

The Couchbase MCP Server is designed to facilitate interactions between large language models (LLMs) and Couchbase Capella clusters. By leveraging the Couchbase Node.js SDK, this server allows MCP clients, such as Claude Desktop, to perform natural language queries that are translated into SQL++ queries. Users can issue commands in plain English, and the server processes these commands to execute the corresponding queries on the Couchbase database, returning results in a user-friendly format. This server is particularly useful for users who want to interact with their Couchbase data using natural language, without needing to write complex SQL++ queries themselves.

Features

  • Natural Language Query Processing: Allows users to issue queries in plain English, which are then translated into SQL++ queries for execution on Couchbase Capella clusters.
  • Couchbase Node.js SDK Integration: Utilizes the Couchbase Node.js SDK to execute SQL++ queries and retrieve data from Couchbase Capella clusters.
  • StdioServerTransport Communication: Communicates over standard input/output, allowing seamless integration with MCP clients like Claude Desktop.

Tools

  1. query-couchbase

    Executes a SQL++ query statement on your Couchbase Capella cluster.