← Back to Plugins
MCP Server MCP

Metabase

github By github 👁 1 views ▲ 0 votes

Lets AI clients search, explore, query, and visualize data in a Metabase instance.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{metabase_host}/api/mcp",
      "variables": {
        "metabase_host": {
          "description": "Your Metabase hostname, e.g. 'metabase.example.com'.",
          "isRequired": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...