openmetadata-mcp-server
If you are the rightful owner of openmetadata-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 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 can be configured using environment variables for authentication, supporting both token and basic authentication methods. It can be integrated with platforms like Claude Desktop using JSON configuration files, and it can also be executed manually using Python scripts.
Features
- Standardized Interaction: Provides a standardized way to interact with OpenMetadata through the Model Context Protocol.
- Table Operations: Supports listing, getting, creating, updating, and deleting tables.
- Authentication: Supports both token and basic authentication methods.
- Integration: Can be integrated with platforms like Claude Desktop using JSON configuration.
- Manual Execution: Can be run manually using Python scripts with customizable options.