AgentHubAgentHub

Marmot Data Catalog

MCP ServerMCP Registry官方收录

io.github.marmotdata/marmot · v1.0.0

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

概览

Marmot Data Catalog 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "marmot": {
      "url": "https://{marmot_host}/api/v1/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.marmotdata/marmot",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "Marmot Data Catalog",
  "description": "Open-source data catalog. Search assets, explore lineage, and find ownership.",
  "repository": {
    "url": "https://github.com/marmotdata/marmot",
    "source": "github"
  },
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://{marmot_host}/api/v1/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.marmotdata/marmot",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.marmotdata%2Fmarmot/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Marmot Data Catalog — MCP Server 安装与配置 · AgentHub