Couchbase is a distributed document database with a powerful search engine and in-built operational and analytical capabilities.
1.5K
2
11 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
couchbase
to the mcpServers
section:{
"mcpServers": {
"couchbase": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CB_CONNECTION_STRING",
"-e",
"CB_USERNAME",
"-e",
"CB_BUCKET_NAME",
"-e",
"CB_MCP_READ_ONLY_QUERY_MODE",
"-e",
"CB_PASSWORD",
- mcp/couchbase@sha256:96856e24d4b5e66325f0e95fbf3783766d698e6686cb4506b5c2ec0f884de1f7
],
"env": {
"CB_CONNECTION_STRING": "{{couchbase.cb_connection_string}}",
"CB_USERNAME": "{{couchbase.cb_username}}",
"CB_BUCKET_NAME": "{{couchbase.cb_bucket_name}}",
"CB_MCP_READ_ONLY_QUERY_MODE": "{{couchbase.cb_mcp_read_only_query_mode}}",
"CB_PASSWORD": "<CB_PASSWORD>"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Couchbase
version: 1.0.1
schema: v1
mcpServers:
- name: Couchbase
command: docker
args:
- run
- --rm
- -i
- -e
- CB_CONNECTION_STRING
- -e
- CB_USERNAME
- -e
- CB_BUCKET_NAME
- -e
- CB_MCP_READ_ONLY_QUERY_MODE
- -e
- CB_PASSWORD
- mcp/couchbase@sha256:96856e24d4b5e66325f0e95fbf3783766d698e6686cb4506b5c2ec0f884de1f7
env:
CB_CONNECTION_STRING: "{{couchbase.cb_connection_string}}"
CB_USERNAME: "{{couchbase.cb_username}}"
CB_BUCKET_NAME: "{{couchbase.cb_bucket_name}}"
CB_MCP_READ_ONLY_QUERY_MODE: "{{couchbase.cb_mcp_read_only_query_mode}}"
CB_PASSWORD: "<CB_PASSWORD>"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
couchbase
to the mcpServers
section:{
"mcpServers": {
"couchbase": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CB_CONNECTION_STRING",
"-e",
"CB_USERNAME",
"-e",
"CB_BUCKET_NAME",
"-e",
"CB_MCP_READ_ONLY_QUERY_MODE",
"-e",
"CB_PASSWORD",
- mcp/couchbase@sha256:96856e24d4b5e66325f0e95fbf3783766d698e6686cb4506b5c2ec0f884de1f7
],
"env": {
"CB_CONNECTION_STRING": "{{couchbase.cb_connection_string}}",
"CB_USERNAME": "{{couchbase.cb_username}}",
"CB_BUCKET_NAME": "{{couchbase.cb_bucket_name}}",
"CB_MCP_READ_ONLY_QUERY_MODE": "{{couchbase.cb_mcp_read_only_query_mode}}",
"CB_PASSWORD": "<CB_PASSWORD>"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for