MCP Server for Apache Gravitino
OfficialApache Gravitino 用 MCP サーバー (インキュベーション中)
Gravitino API を提供する MCP サーバー - Apache Gravitino(incubating) サービス用の FastMCP 統合。
特徴
FastMCP との Gravitino API 統合
メタデータ管理のための使いやすいインターフェース
カタログ/スキーマ/テーブルメタデータ、タグ、ユーザーロール情報のサポート
Related MCP server: MCP Trino Server
インストール
構成から
{
"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"
}
}
}
}環境変数
承認
mcp-server-gravitino はトークン認証と基本認証を提供します。
トークン認証
GRAVITINO_URI=http://localhost:8090
GRAVITINO_JWT_TOKEN=<YOUR GRAVITINO JWT TOKEN>基本認証
GRAVITINO_URI=http://localhost:8090
GRAVITINO_USERNAME=<YOUR GRAVITINO USERNAME>
GRAVITINO_PASSWORD=<YOUR GRAVITINO PASSWORD>ツールリスト
mcp-server-gravitino は、Gravitino で利用可能なすべての API を提供しません。
テーブルツール
get_list_of_catalogs: 基本情報を含むカタログのリストを取得しますget_list_of_schemas: 基本情報を含むスキーマのリストを取得しますget_list_of_tables: 基本情報を含むテーブルの一覧をページ区切りで取得するget_table_by_fqn: 完全修飾名で詳細なテーブル情報を取得するget_table_columns_by_fqn: 完全修飾名でテーブル列情報を取得する
タグツール
get_list_of_tags: 基本情報を含むタグのリストを取得しますassociate_tag_to_table: タグをテーブルに関連付けるassociate_tag_to_column: 列にタグを関連付けるlist_objects_by_tag: タグに関連付けられたオブジェクトのリストを取得します
ユーザーロールツール
get_list_of_roles: 基本情報を含むロールのリストを取得しますget_list_of_users: 基本情報を含むユーザーのリストを取得するgrant_role_to_user: ユーザーにロールを付与するrevoke_role_from_user: ユーザーからロールを取り消す
各ツールは、重要なメタデータ情報を提供しながら、モデルのコンテキスト制限との互換性を確保するために、関連フィールドを含む最適化された応答を返します。
ライセンス
このプロジェクトは、Apache License 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