All MCP servers

Marmot Data Catalog

Official
by Api.AirforceStreamable HTTPSearch & Web Crawling0575MIT

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

mcpopen-sourcesearch-web-crawling

Endpoint

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

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "marmot-data-catalog-imp8b6e3": {
      "url": "https://{marmot_host}/api/v1/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}