OpenMetadata (MCP Server)

GitHub

The Open Context Layer for Data and AI , OpenMetadata is the open platform for building trusted data context and business semantics for humans, AI assistants, and agents.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "OpenMetadata": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-OpenMetadata"
      ]
    }
  }
}