-demo_couchbase_mcp_server_for_observability

fleray/-demo_couchbase_mcp_server_for_observability
★ 0 stars Go AI/LLM Updated today
A basic example using Couchbase MCP Server sued by an SRE Agent.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}