NoSQL document database
Connect to Couchbase for document database operations with N1QL queries.
{
"mcpServers": {
"couchbase": {
"mcpServers": {
"couchbase": {
"env": {
"CB_URL": "couchbase://localhost",
"CB_PASSWORD": "password",
"CB_USERNAME": "admin"
},
"args": [
"-y",
"couchbase-mcp-server"
],
"command": "npx"
}
}
}
}
}