Skip to content
Claude Desktop

Marmot Data Catalog for Claude Desktop

io.github.marmotdata/marmot

Open-source data catalog. Search assets, explore lineage, and find ownership.

client:Claude Desktop transport:streamable-http

Install Marmot Data Catalog in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "marmot": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{marmot_host}/api/v1/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Marmot Data Catalog in other clients