Integrations
Provides integration with Apache Gravitino, enabling metadata management through Gravitino APIs including catalog/schema/table metadata operations, tag management, and user-role administration.
MCP server for Apache Gravitino(incubating)
MCP server providing Gravitino APIs - A FastMCP integration for Apache Gravitino(incubating) services.
Features
- Gravitino API integration with FastMCP
- Easy-to-use interface for metadata management
- Support for catalog/schema/table metadata, tag, and user-role information
Installation
from configuration
Environment Variables
Authorization
mcp-server-gravitino provides token auth and basic auth:
Token Auth
Basic Auth
Tool list
mcp-server-gravitino does not provide all APIs available in Gravitino.
Table Tools
get_list_of_catalogs
: Get a list of catalogs with basic informationget_list_of_schemas
: Get a list of schemas with basic informationget_list_of_tables
: Get a paginated list of tables with basic informationget_table_by_fqn
: Get detailed table information by fully qualified nameget_table_columns_by_fqn
: Get table columns information by fully qualified name
Tag Tools
get_list_of_tags
: Get a list of tags with basic informationassociate_tag_to_table
: Associate a tag to a tableassociate_tag_to_column
: Associate a tag to a columnlist_objects_by_tag
: Get a list of objects associated with a tag
User Role Tools
get_list_of_roles
: Get a list of roles with basic informationget_list_of_users
: Get a list of users with basic informationgrant_role_to_user
: Grant a role to a userrevoke_role_from_user
: Revoke a role from a user
Each tool returns optimized responses with relevant fields to ensure compatibility with model context limits while providing essential metadata information.
License
This project is open source software licensed as Apache License Version 2.0.
This server cannot be installed
A FastMCP integration server that provides access to Apache Gravitino metadata management APIs, allowing users to manage catalog/schema/table metadata, tags, and user-role information through a structured interface.
Related MCP Servers
- -securityFlicense-qualityProvides a standardized interface for interacting with Quickbase's JSON RESTful API through Claude and other MCP clients, supporting operations like querying records, managing table relationships, and handling file attachments.Last updated -Python
- -security-license-qualityA FastMCP server that enables browser automation through natural language commands, allowing Language Models to browse the web, fill out forms, click buttons, and perform other web-based tasks via a simple API.Last updated -1Python
- -security-license-qualityA FastMCP server that enables natural language querying of PostgreSQL databases through LLM integration, allowing users to generate SQL queries from plain English and visualize the results.Last updated -Python
- -securityFlicense-qualityA FastMCP-based server that enables interaction with MySQL databases, supporting client-server communication for querying and analyzing MySQL data.Last updated -Python