MCP Server for Apache Gravitino

Active

MCP server providing Gravitino APIs - A FastMCP integration for Apache Gravitino services.

Updated 8/4/2025
Key Features

What makes this MCP server special

Gravitino APIs integration
Metadata interaction interface
Catalogs
Schemas
tables
Models
Users
Tags
User-role management

Requirements

UV
Server Information

Status

Active

Version

1.0.0

License

Apache License

Author

https://github.com/datastrato

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

https://github.com/datastrato/mcp-server-gravitino?tab=readme-ov-file#installation

2. Configuration

{
  "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"
      }
    }
  }
}

3. Usage Example

-