HomeOther › Marmot Data Catalog

Marmot Data Catalog

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

Go Remote
★ 619 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://{marmot_host}/api/v1/mcp

Claude Code:

claude mcp add --transport http marmot https://{marmot_host}/api/v1/mcp --header "X-API-Key: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "marmot": {
      "url": "https://{marmot_host}/api/v1/mcp",
      "headers": {
        "X-API-Key": "<YOUR_VALUE>"
      }
    }
  }
}
  • X-API-Key required secret — Marmot API key (generate from Settings > API Keys)

Related servers

Data from the Official MCP Registry