om-glossary-mcp-server

om-glossary-mcp-server

0

The mcp-server-openmetadata project provides a server that implements the Model Context Protocol for OpenMetadata, allowing for seamless client integration. It supports standardized client-server interactions via MCP, particularly for data asset management.

mcp-server-openmetadata

A Model Context Protocol (MCP) server implementation for OpenMetadata. This project offers integration with MCP clients, facilitating standardized interactions.

Feature Implementation Status

  • Data Assets
    • List Tables: Implemented
    • Table Operations: Create, Update, Delete - Implemented
  • Services and Teams & Users features are mostly not implemented.

Setup

Environment Variables

  • Token Authentication: Set OPENMETADATA_HOST and OPENMETADATA_JWT_TOKEN
  • Basic Authentication options are also available.

Usage with Claude Desktop

  • Configure claude_desktop_config.json
  • Options for Token Authentication and Basic Authentication

Manual Execution

Run the server using python src/server.py with options for port and transport type.

Contributing

Contributions via Pull Requests are welcome.

License

MIT License