MCP.so
登录

mcp-server-openmetadata

@yangkyeongmo

关于 mcp-server-openmetadata

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

yangkyeongmo

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-openmetadata": {
      "command": "python",
      "args": [
        "-m",
        "src.main",
        "--apis",
        "table,database,databaseschema"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-server-openmetadata?

mcp-server-openmetadata is a Model Context Protocol (MCP) server that wraps OpenMetadata's REST API, allowing MCP clients to interact with OpenMetadata in a standardized way. It provides CRUD operations for core data entities, data assets, governance, system operations, analytics, data quality, access control, and domain management.

How to use mcp-server-openmetadata?

Key features of mcp-server-openmetadata

  • Full CRUD for tables, databases, and database schemas.
  • CRUD for dashboards, charts, pipelines, topics, and more data assets.
  • Manage users, teams, classifications, glossaries, and tags.
  • Handle bots, services, and event subscriptions.
  • Lineage, usage, and search/discovery operations.
  • Data quality test cases and test suites management.
  • Access control via policies and roles.
  • Domain and data product management.

Use cases of mcp-server-openmetadata

  • Automate metadata management from AI-powered MCP clients.
  • Query and update catalog entries without manual REST calls.
  • Enforce governance by creating classifications and glossaries programmatically.
  • Monitor data quality by listing and managing test suites and results.
  • Integrate OpenMetadata with MCP-enabled development tools.

FAQ from mcp-server-openmetadata

What does this server do compared to using the OpenMetadata UI directly?

What are the runtime or dependency requirements?

Where does data processed by this server reside?

Are there any known limitations?

What transport and authentication methods are supported?

评论

其他 分类下的更多 MCP 服务器