MCP Server for Apache Gravitino

Active

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

United States
Updated 8/4/2025
Key Features

What makes this MCP server special

Seamless FastMCP integration
Metadata interface
Catalog and schema support
Table operations
Model management
User management
Tag handling
Role management

Requirements

UV
Server Information

Status

Active

Location

United States

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#configuration

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

-