A basic example using Couchbase MCP Server sued by an SRE Agent.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"-demo_couchbase_mcp_": {
"command": "go",
"args": [
"run",
"github.com/fleray/-demo_couchbase_mcp_server_for_observability@latest"
]
}
}
}
Run in terminal:
claude mcp add -demo_couchbase_mcp_ go run github.com/fleray/-demo_couchbase_mcp_server_for_observability@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"-demo_couchbase_mcp_": {
"command": "go",
"args": [
"run",
"github.com/fleray/-demo_couchbase_mcp_server_for_observability@latest"
]
}
}
}