Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Metabase MCP
📋

Metabase MCP MCP Server

Open-source business intelligence and analytics.

metabasebiopensourcedashboards

About

## Metabase MCP Server: Business Intelligence The **Metabase MCP Server** integrates Metabase's open-source BI platform into Google Antigravity. This enables creating dashboards, running queries, and sharing insights without SQL knowledge. ### Why Metabase MCP? Metabase democratizes data: - **No SQL Required**: Visual query builder - **Beautiful Dashboards**: Easy visualization - **Open Source**: Self-host for free - **Embedding**: Embed in your apps - **Multi-Database**: Connect to any database ### Key Features #### 1. Execute Queries ```python import requests headers = {"X-Metabase-Session": session_token} response = requests.post( "https://metabase.example.com/api/dataset", headers=headers, json={ "database": 1, "type": "native", "native": { "query": "SELECT COUNT(*) FROM orders WHERE created_at > current_date - 7" } } ) print(response.json()["data"]["rows"]) ``` #### 2. Manage Dashboards ```python # Create dashboard dashboard = requests.post( "https://metabase.example.com/api/dashboard", headers=headers, json={"name": "Weekly Metrics", "collection_id": 1} ) # Add card to dashboard requests.post( f"https://metabase.example.com/api/dashboard/{dashboard_id}/cards", headers=headers, json={"cardId": card_id, "row": 0, "col": 0, "size_x": 6, "size_y": 4} ) ``` #### 3. Embed Analytics ```python import jwt # Generate signed embed URL payload = { "resource": {"dashboard": 123}, "params": {"customer_id": 456}, "exp": time.time() + 600 } token = jwt.encode(payload, metabase_secret_key) embed_url = f"https://metabase.example.com/embed/dashboard/{token}" ``` ### Configuration ```json { "mcpServers": { "metabase": { "command": "npx", "args": ["-y", "@anthropic/mcp-metabase"], "env": { "METABASE_URL": "https://metabase.example.com", "METABASE_USERNAME": "admin@example.com", "METABASE_PASSWORD": "password" } } } } ``` ### Use Cases **Business Analytics**: Self-serve data exploration. **Embedded Analytics**: Add dashboards to your product. **Reporting**: Automated scheduled reports. The Metabase MCP Server brings open-source BI to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "metabase": {}
  }
}

How to Use

    Related MCP Servers

    🧰

    Toolhouse MCP

    Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

    🔨

    Smithery Registry MCP

    The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

    🔍

    MCP Inspector

    Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

    ← Back to All MCP Servers