couchbase guru for Grok
io.github.couchbase-ecosystem/couchbase-guru
Search the Couchbase documentation from your MCP client via a hosted documentation agent.
client:Grok
transport:stdio
runtime:pypi
Install couchbase guru in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"couchbase-guru": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs