MCP.so
Sign In

mcp-server-openmetadata

@yangkyeongmo

About mcp-server-openmetadata

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

yangkyeongmo

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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?

Comments

More Other MCP servers