Skip to main content
Glama
tirth1263

couchbase-mcp-server

by tirth1263

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COUCHBASE_HOSTYesCouchbase connection string, e.g., couchbases://your-capella-endpoint
COUCHBASE_PASSWORDYesCouchbase password
COUCHBASE_USERNAMEYesCouchbase username
COUCHBASE_SCOPE_NAMEYesCouchbase scope name, default is inventoryinventory
COUCHBASE_BUCKET_NAMEYesCouchbase bucket name, default is travel-sampletravel-sample
COUCHBASE_ALLOW_MUTATIONSNoSet to 'true' to allow SQL++ mutations (INSERT, UPDATE, DELETE, etc.). Default is 'false'.false

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_connection_summaryA

Return non-secret Couchbase connection settings for this MCP server.

get_scopes_and_collectionsA

List scopes and collections in the configured Couchbase bucket.

run_sql_plus_plus_queryA

Run a SQL++ query in the configured bucket/scope query context.

The server is read-only by default. Set COUCHBASE_ALLOW_MUTATIONS=true to allow
write statements.
get_document_by_idC

Fetch a single document by collection and document ID.

get_sample_queriesA

Return SQL++ examples for the travel-sample inventory scope.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tirth1263/couchbase-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server