couchbase-mcp-server
by tirth1263
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COUCHBASE_HOST | Yes | Couchbase connection string, e.g., couchbases://your-capella-endpoint | |
| COUCHBASE_PASSWORD | Yes | Couchbase password | |
| COUCHBASE_USERNAME | Yes | Couchbase username | |
| COUCHBASE_SCOPE_NAME | Yes | Couchbase scope name, default is inventory | inventory |
| COUCHBASE_BUCKET_NAME | Yes | Couchbase bucket name, default is travel-sample | travel-sample |
| COUCHBASE_ALLOW_MUTATIONS | No | Set to 'true' to allow SQL++ mutations (INSERT, UPDATE, DELETE, etc.). Default is 'false'. | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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. |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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