Couchbase MCP ServerServer

hummusonrails
GitHub
CouchbaseNatural Language ProcessingRemote Server

Loading subscription status...

๐Ÿ’ก Description

A server that enables users to interact with Couchbase databases using natural language queries via the Model Context Protocol (MCP). Users can execute SQL++ queries on Couchbase Capella clusters.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "Couchbase MCP Server": {
        "env": {
          "COUCHBASE_PASSWORD": "your_password",
          "COUCHBASE_USERNAME": "your_username",
          "COUCHBASE_CONNECTION_STRING": "couchbases://your-cluster.cloud.couchbase.com"
        },
        "args": [],
        "command": "npx couchbase-mcp-server"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

query-couchbase

โšก Features

  • Enables natural language queries on Couchbase Capella clusters
  • Executes SQL++ queries

๐Ÿ’ฌ Example Queries

  • Show me the results of SELECT * FROM my_bucket LIMIT 10
  • Execute this query: SELECT name, age FROM users WHERE active = true
  • Get me the latest 5 documents from my_bucket
  • Summarize the latest 5 orders from the orders bucket for me