om-glossary-mcp-server

om-glossary-mcp-server

3.1

If you are the rightful owner of om-glossary-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server implementation for OpenMetadata, enabling seamless integration with MCP clients.

The mcp-server-openmetadata project provides a Model Context Protocol (MCP) server that wraps OpenMetadata's REST API. This allows MCP clients to interact with OpenMetadata in a standardized manner, facilitating seamless integration and communication. The server supports various operations on data assets, services, teams, users, search, tags, classifications, lineage, glossaries, and usage. However, many features are still under development, with only table-related operations currently implemented. The server supports both token and basic authentication methods, ensuring secure access to OpenMetadata resources. It can be configured to run with different command-line tools like 'uvx' and 'uv', and can also be executed manually using Python. Contributions to the project are encouraged, and it is licensed under the MIT License.

Features

  • Standardized MCP server for OpenMetadata
  • Supports token and basic authentication
  • Implements table-related operations
  • Configurable with 'uvx' and 'uv' command-line tools
  • Manual execution option available