Serversio.github.marmotdata/marmot
M

Marmot Data Catalog

io.github.marmotdata/marmot · v1.0.0
● Remote
v1.0.0remote🌐 https://{marmot_host}/api/v1/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.marmotdata/marmot",
  "description": "Open-source data catalog. Search assets, explore lineage, and find ownership.",
  "title": "Marmot Data Catalog",
  "repository": {
    "url": "https://github.com/marmotdata/marmot",
    "source": "github"
  },
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{marmot_host}/api/v1/mcp",
      "headers": [
        {
          "description": "Marmot API key (generate from Settings > API Keys)",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ],
      "variables": {
        "marmot_host": {
          "description": "Your Marmot instance hostname (e.g., marmot.example.com)",
          "isRequired": true
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}