couchbase guru for Windsurf
io.github.couchbase-ecosystem/couchbase-guru
Search the Couchbase documentation from your MCP client via a hosted documentation agent.
client:Windsurf
transport:stdio
runtime:pypi
Install couchbase guru in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"couchbase-guru": {
"command": "uvx",
"args": [
"couchbase-guru"
],
"env": {
"CB_MCP_TRANSPORT": "<CB_MCP_TRANSPORT>",
"CB_MCP_HOST": "<CB_MCP_HOST>",
"CB_MCP_PORT": "<CB_MCP_PORT>",
"CB_AGENT_BASE_URL": "<CB_AGENT_BASE_URL>",
"CB_AGENT_IP_SALT": "<CB_AGENT_IP_SALT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs