io.github.Couchbase-Ecosystem/mcp-server-couchbase
OCI · DOCKER.IO/COUCHBASEECOSYSTEM/MCP-SERVER-COUCHBASE:0.8.0 · 2 COMPONENTS · SCANNED AUG 3
Couchbase Model Context Protocol Server to interact with Couchbase clusters
Deprecated
This server is marked deprecated in the MCP registry.
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security0
- Malware scan not yet available for this package.Unverified
- CVE data not yet available for this package.Unverified
- Install-script risk not yet assessed.Unverified
- Dependency-health data not yet available.Unverified
Provenance & Transparency19
- Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 67 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1408 tokens (~70/item across 20 items; 20 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage77
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 21% of tool parameters carry a description.Partial
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 2 categories
Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
oci · docker.io/couchbaseecosystem/mcp-server-couchbase:0.8.0
claude mcp add couchbase-ecosystem-mcp-server-couchbase -- docker run --rm -i docker.io/couchbaseecosystem/mcp-server-couchbase:0.8.0
codex mcp add couchbase-ecosystem-mcp-server-couchbase -- docker run --rm -i docker.io/couchbaseecosystem/mcp-server-couchbase:0.8.0
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"couchbase-ecosystem-mcp-server-couchbase": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"docker.io/couchbaseecosystem/mcp-server-couchbase:0.8.0"
],
"enabled": true
}
}
} mcp_servers:
couchbase-ecosystem-mcp-server-couchbase:
command: "docker"
args: ["run", "--rm", "-i", "docker.io/couchbaseecosystem/mcp-server-couchbase:0.8.0"] {
"mcpServers": {
"couchbase-ecosystem-mcp-server-couchbase": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.io/couchbaseecosystem/mcp-server-couchbase:0.8.0"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 31 Jul 26 −3
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 +29
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 21 functional
- First check of Schema quality: pass functional
- First check of Schema quality: good functional
- First check of Tool coverage: 100 functional
- 26 Jul 26 5
First indexed and scored.
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed oci/docker.io/couchbaseecosystem/mcp-server-couchbase:0.8.0
Provenance none
Ecosystem: oci · Outcome: none
Reason: no_attestation
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
explain_sql_plus_plus_query ~88
Generate and evaluate an EXPLAIN plan for a SQL++ query. It provides information about the execution plan for the query. The EXPLAIN statement is run in the specified scope in the specified bucket. It returns query metadata along with an extracted plan and plan evaluation.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_name | string | yes | — |
| query | string | yes | — |
| scope_name | string | yes | — |
Structured output declared, but exposes no named fields.
No examples provided.
get_buckets_in_cluster ~23
Get the names of all the accessible buckets in the cluster.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | — |
No examples provided.
get_cluster_health_and_services ~122
Get cluster health status and list of all running services. This tool provides health monitoring by: - Getting health status of all running services with latency information (via ping) - Listing all services running on the cluster with their endpoints - Showing connection status and node information for each service If bucket_name is provided, it actively pings services from the perspective of the bucket. Otherwise, it uses cluster-level ping to get the health status of the cluster. Returns: - Cluster health status with service-level connection details and latency measurements
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_name | — | — | — |
Structured output declared, but exposes no named fields.
No examples provided.
get_collections_in_scope ~40
Get the names of all collections in the given scope and bucket.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_name | string | yes | — |
| scope_name | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | — |
No examples provided.
get_document_by_id ~68
Get a document by its ID from the specified scope and collection. If the document is not found, it will raise an exception.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_name | string | yes | — |
| collection_name | string | yes | — |
| document_id | string | yes | — |
| scope_name | string | yes | — |
Structured output declared, but exposes no named fields.
No examples provided.
get_index_advisor_recommendations ~169
Get index recommendations from Couchbase Index Advisor for a given SQL++ query. The Index Advisor analyzes the query and provides recommendations for optimal indexes. This tool works with SELECT, UPDATE, DELETE, or MERGE queries. The queries will be run on the specified scope in the specified bucket. Returns a dictionary with: - current_used_indexes: Array of currently used indexes (if any) - recommended_indexes: Array of recommended secondary indexes (if any) - recommended_covering_indexes: Array of recommended covering indexes (if any) Each index object contains: - index: The CREATE INDEX SQL++ command - statements: Array of statement objects with the query and run count
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_name | string | yes | — |
| query | string | yes | — |
| scope_name | string | yes | — |
Structured output declared, but exposes no named fields.
No examples provided.
get_longest_running_queries ~42
Get the N longest running queries from the system:completed_requests catalog.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Number of queries to return (default: 10) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | — |
No examples provided.
get_most_frequent_queries ~43
Get the N most frequent queries from the system:completed_requests catalog.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Number of queries to return (default: 10) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | — |
No examples provided.
get_queries_not_selective ~43
Get queries that are not very selective from the system:completed_requests catalog.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Number of queries to return (default: 10) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | — |
No examples provided.
get_queries_not_using_covering_index ~46
Get queries that don't use a covering index from the system:completed_requests catalog.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Number of queries to return (default: 10) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | — |
No examples provided.
get_queries_using_primary_index ~43
Get queries that use a primary index from the system:completed_requests catalog.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Number of queries to return (default: 10) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | — |
No examples provided.
get_queries_with_large_result_count ~44
Get queries with the largest result counts from the system:completed_requests catalog.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Number of queries to return (default: 10) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | — |
No examples provided.
get_queries_with_largest_response_sizes ~45
Get queries with the largest response sizes from the system:completed_requests catalog.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Number of queries to return (default: 10) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | — |
No examples provided.
get_schema_for_collection ~67
Get the schema for a collection in the specified scope. Returns a dictionary with the collection name and the schema returned by running INFER query on the Couchbase collection.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_name | string | yes | — |
| collection_name | string | yes | — |
| scope_name | string | yes | — |
Structured output declared, but exposes no named fields.
No examples provided.
get_scopes_and_collections_in_bucket ~50
Get the names of all scopes and collections in the bucket. Returns a dictionary with scope names as keys and lists of collection names as values.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_name | string | yes | — |
Structured output declared, but exposes no named fields.
No examples provided.
get_scopes_in_bucket ~30
Get the names of all scopes in the given bucket.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_name | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | — |
No examples provided.
get_server_configuration_status ~37
Get the server status and configuration without establishing connection. This tool can be used to verify if the server is running and check the configuration.
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
list_indexes ~205
List indexes in the cluster with optional filtering by bucket, scope, collection, and index name. Filters must be provided hierarchically: scope requires bucket, collection requires both, index requires all three. Set ``return_raw_index_stats=True`` to get the unprocessed source row for each index. Each result contains: name, definition (CREATE INDEX statement), status, isPrimary, bucket, scope, collection, lastScanTime. If a required field is missing, the entry contains warning and raw_index_stats instead. Source depends on cluster version: v8+ queries ``system:indexes`` via the query service (RBAC-scoped — the connected user sees only indexes on keyspaces they can access); older clusters fall back to the admin-level Index Service REST API ``/getIndexStatus``.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_name | — | — | — |
| collection_name | — | — | — |
| index_name | — | — | — |
| return_raw_index_stats | boolean | — | — |
| scope_name | — | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | — |
No examples provided.
run_sql_plus_plus_query ~121
Run a SQL++ query on a scope and return the results as a list of JSON objects. The query will be run on the specified scope in the specified bucket. The query should use collection names directly without bucket/scope prefixes, as the scope context is automatically set. Example: query = "SELECT * FROM users WHERE age > 18" # Incorrect: "SELECT * FROM bucket.scope.users WHERE age > 18"
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_name | string | yes | — |
| query | string | yes | — |
| scope_name | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | — |
No examples provided.
test_cluster_connection ~82
Test the connection to Couchbase cluster and optionally to a bucket. This tool verifies the connection to the Couchbase cluster and bucket by establishing the connection if it is not already established. If bucket name is not provided, it will not try to connect to the bucket specified in the MCP server settings. Returns connection status and basic cluster information.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_name | — | — | — |
Structured output declared, but exposes no named fields.
No examples provided.