O

OpenMetadata

Integrates with OpenMetadata to enable querying and manipulating metadata across data assets for gov...

68 views
0 installs
Updated Sep 12, 2025
Not audited
Integrates with OpenMetadata to enable querying and manipulating metadata across data assets for governance, cataloging, and lineage tracking.
  1. Determine your authentication method

    Choose either Token Authentication (recommended) or Basic Authentication (username/password) for OpenMetadata. Most users will use Token Authentication for better security.


A. Token Authentication Steps

  1. Obtain your OpenMetadata host URL

    • This is the base URL where your OpenMetadata server is accessible (e.g., https://your-openmetadata-instance.com).
  2. Log in to your OpenMetadata console

    • Access your OpenMetadata web interface via your browser.
  3. Generate a JWT token

    • In the OpenMetadata interface, usually:
      • Click on your profile/profile icon (top-right).
      • Select "My Profile".
      • Navigate to "API Tokens" or "JWT Tokens".
      • Click "Generate Token" (or similar option).
      • Copy the generated JWT token. (It will only be shown once—save it securely.)

    If you do not see a "JWT" or "API Tokens" section, consult your OpenMetadata administrator or check the documentation for your specific OpenMetadata version.

  4. Fill in the FastMCP connection interface

    • In the fields presented after clicking "Install Now":
      • OPENMETADATA_HOST: Paste your OpenMetadata server URL (from step 2).
      • OPENMETADATA_JWT_TOKEN: Paste your JWT token (from step 4).

B. Basic Authentication Steps (Alternative)

  1. Obtain your OpenMetadata host URL (same as above).

  2. Obtain your OpenMetadata login credentials

    • Username and password used to access OpenMetadata.
  3. Fill in the FastMCP connection interface

    • OPENMETADATA_HOST: Your OpenMetadata server URL.
    • OPENMETADATA_USERNAME: Your OpenMetadata username.
    • OPENMETADATA_PASSWORD: Your OpenMetadata password.

Note:

  • Only one authentication method is required—do NOT fill both JWT and username/password at the same time.
  • All values must be entered in the FastMCP connection interface when prompted after clicking the "Install Now" button.

Quick Start

View on GitHub

More for API Development

View All →

More for Analytics and Data

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.