← Back to Plugins
MCP Server MCP

io.github.us-all/openmetadata

github By github 👁 1 views ▲ 0 votes

OpenMetadata MCP — metadata, lineage, search, data quality, OM 1.12+ Data Contracts

Homepage Verified source GitHub

Install

npx -y @us-all/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@us-all/openmetadata-mcp",
      "version": "1.16.10",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenMetadata server URL (e.g. https://om.example.com).",
          "isRequired": true,
          "name": "OPENMETADATA_HOST"
        },
        {
          "description": "OpenMetadata bot/JWT token.",
          "isRequired": true,
          "isSecret": true,
          "name": "OPENMETADATA_TOKEN"
        },
        {
          "description": "Set to 'true' to enable write/destructive tools. Default read-only.",
          "default": "false",
          "name": "OPENMETADATA_ALLOW_WRITE"
        },
        {
          "description": "Comma-separated category allowlist. Default: all categories enabled.",
          "name": "OM_TOOLS"
        },
        {
          "description": "Comma-separated category disablelist.",
          "name": "OM_DISABLE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...