All MCP servers

OpenMetadata

Official
by Api.AirforceStreamable HTTPAI & LLM Tools014,158Apache-2.0

Official OpenMetadata MCP: governed context and business semantics for AI assistants and agents.

mcpopen-sourceai-llm-tools

Endpoint

POST https://{openmetadata_host}/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "openmetadata-impd654a": {
      "url": "https://{openmetadata_host}/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}