MCP server providing Gravitino APIs - A FastMCP integration for Apache Gravitino services.
MCP server providing Gravitino APIs - A FastMCP integration for Apache Gravitino services. The gravitino mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
get_list_of_catalogs — Retrieve a list of catalogsget_list_of_schemas — Retrieve a list of schemasget_list_of_tables — Retrieve a paginated list of tablesget_table_by_fqn — Fetch detailed information for a specific tableget_table_columns_by_fqn — Retrieve column information for a tableget_list_of_tags — Retrieve all tagsassociate_tag_to_entity — Attach a tag to a table or columnlist_objects_by_tag — List objects associated with a specific tagget_list_of_roles — Retrieve all rolesget_list_of_users — Retrieve all usersgrant_role_to_user — Assign a role to a userrevoke_role_from_user — Revoke a user's roleYou will need 6 environment variables: GRAVITINO_URI, GRAVITINO_USERNAME, GRAVITINO_PASSWORD, GRAVITINO_METALAKE, GRAVITINO_JWT_TOKEN, YOUR_GRAVITINO_JWT_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Gravitino's toolset — get_list_of_catalogs, get_list_of_schemas, get_list_of_tables and 11 more — is a fair guide to whether it matches your workflow. It is maintained by datastrato; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Gravitino's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_list_of_catalogs | Retrieve a list of catalogs |
| get_list_of_schemas | Retrieve a list of schemas |
| get_list_of_tables | Retrieve a paginated list of tables |
| get_table_by_fqn | Fetch detailed information for a specific table |
| get_table_columns_by_fqn | Retrieve column information for a table |
| get_list_of_tags | Retrieve all tags |
| associate_tag_to_entity | Attach a tag to a table or column |
| list_objects_by_tag | List objects associated with a specific tag |
| get_list_of_roles | Retrieve all roles |
| get_list_of_users | Retrieve all users |
| grant_role_to_user | Assign a role to a user |
| revoke_role_from_user | Revoke a user's role |
| get_list_of_models | Retrieve a list of models |
| get_list_of_model_versions_by_fqn | Get versions of a model by fully qualified name |
| Variable | Description | Required |
|---|---|---|
| GRAVITINO_URI | Configuration value read at startup. | Optional |
| GRAVITINO_USERNAME | Configuration value read at startup. | Optional |
| GRAVITINO_PASSWORD | Configuration value read at startup. | Optional |
| GRAVITINO_METALAKE | Configuration value read at startup. | Optional |
| GRAVITINO_JWT_TOKEN | Credential the server authenticates with. | Yes |
| YOUR_GRAVITINO_JWT_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.