MCP Server for Apache Gravitino
OfficialMCP-Server für Apache Gravitino (inkubiert)
MCP-Server, der Gravitino-APIs bereitstellt – Eine FastMCP-Integration für Apache Gravitino-Dienste (inkubierend).
Merkmale
Gravitino API-Integration mit FastMCP
Benutzerfreundliche Oberfläche für die Metadatenverwaltung
Unterstützung für Katalog-/Schema-/Tabellenmetadaten, Tags und Benutzerrolleninformationen
Related MCP server: MCP Trino Server
Installation
aus der Konfiguration
{
"mcpServers": {
"Gravitino": {
"command": "uv",
"args": [
"--directory",
"/Users/user/workspace/mcp-server-gravitino",
"run",
"--with",
"fastmcp",
"--with",
"httpx",
"--with",
"mcp-server-gravitino",
"python",
"-m",
"mcp_server_gravitino.server"
],
"env": {
"GRAVITINO_URI": "http://localhost:8090",
"GRAVITINO_USERNAME": "admin",
"GRAVITINO_PASSWORD": "admin",
"GRAVITINO_METALAKE": "metalake_demo"
}
}
}
}Umgebungsvariablen
Genehmigung
mcp-server-gravitino bietet Token-Authentifizierung und Basis-Authentifizierung:
Token-Authentifizierung
GRAVITINO_URI=http://localhost:8090
GRAVITINO_JWT_TOKEN=<YOUR GRAVITINO JWT TOKEN>Grundlegende Authentifizierung
GRAVITINO_URI=http://localhost:8090
GRAVITINO_USERNAME=<YOUR GRAVITINO USERNAME>
GRAVITINO_PASSWORD=<YOUR GRAVITINO PASSWORD>Werkzeugliste
mcp-server-gravitino stellt nicht alle in Gravitino verfügbaren APIs bereit.
Tabellenwerkzeuge
get_list_of_catalogs: Ruft eine Liste von Katalogen mit grundlegenden Informationen abget_list_of_schemas: Ruft eine Liste von Schemata mit grundlegenden Informationen abget_list_of_tables: Ruft eine paginierte Liste von Tabellen mit grundlegenden Informationen abget_table_by_fqn: Erhalten Sie detaillierte Tabelleninformationen nach vollqualifiziertem Namenget_table_columns_by_fqn: Informationen zu Tabellenspalten nach vollqualifiziertem Namen abrufen
Tag-Tools
get_list_of_tags: Ruft eine Liste von Tags mit grundlegenden Informationen abassociate_tag_to_table: Ordnen Sie einer Tabelle ein Tag zuassociate_tag_to_column: Ordnen Sie einer Spalte ein Tag zulist_objects_by_tag: Ruft eine Liste der mit einem Tag verknüpften Objekte ab
Benutzerrollen-Tools
get_list_of_roles: Ruft eine Liste der Rollen mit grundlegenden Informationen abget_list_of_users: Ruft eine Liste der Benutzer mit grundlegenden Informationen abgrant_role_to_user: Einem Benutzer eine Rolle zuweisenrevoke_role_from_user: Einem Benutzer eine Rolle entziehen
Jedes Tool gibt optimierte Antworten mit relevanten Feldern zurück, um die Kompatibilität mit den Kontextgrenzen des Modells sicherzustellen und gleichzeitig wichtige Metadateninformationen bereitzustellen.
Lizenz
Bei diesem Projekt handelt es sich um Open-Source-Software unter der Apache-Lizenz Version 2.0 .
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceA FastMCP-based server that enables executing Microsoft SQL Server data queries and table structure queries through a standardized MCP protocol interface.6MIT
- AlicenseNot gradedqualityDmaintenanceMCP server providing seamless integration with Trino and Iceberg for advanced data exploration, querying, and table maintenance.Apache 2.0
- AlicenseNot gradedqualityAmaintenanceMCP Server for Apache Iceberg, enabling users to read, query, and manipulate data within Iceberg catalogs.2Apache 2.0
- FlicenseNot gradedqualityDmaintenanceA FastMCP-based server that provides tools for API discovery and execution, hierarchical category management, and SQL query execution through the Model Context Protocol.
Related MCP Connectors
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
MCP server for AI access to Swagger by SmartBear.
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/datastrato/mcp-server-gravitino'
If you have feedback or need assistance with the MCP directory API, please join our Discord server