MCP Server for OpenMetadata
by yangkyeongmo
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OPENMETADATA_HOST | No | Your OpenMetadata host URL | |
OPENMETADATA_PASSWORD | No | Your OpenMetadata password for basic authentication | |
OPENMETADATA_USERNAME | No | Your OpenMetadata username for basic authentication | |
OPENMETADATA_JWT_TOKEN | No | Your OpenMetadata JWT token for authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Table | A table in the database |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_tables | List tables from OpenMetadata |
get_table | Get details of a specific table by ID |
get_table_by_name | Get details of a specific table by fully qualified name |
create_table | Create a new table |
update_table | Update an existing table |
delete_table | Delete a table |