knowledge-catalog

GitHub

Google Cloud Knowledge Catalog Tools and Samples

8,281 stars HTML
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "knowledge-catalog": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-knowledge-catalog"
      ]
    }
  }
}