MCP Server for OpenMetadata

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENMETADATA_HOSTNoYour OpenMetadata host URL
OPENMETADATA_PASSWORDNoYour OpenMetadata password for basic authentication
OPENMETADATA_USERNAMENoYour OpenMetadata username for basic authentication
OPENMETADATA_JWT_TOKENNoYour OpenMetadata JWT token for authentication

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
TableA table in the database

Tools

Functions exposed to the LLM to take actions

NameDescription
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