← Back to Plugins
MCP Server MCP

io.github.enessari/metabase-ai-assistant

github By github 👁 1 views ▲ 0 votes

MCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "metabase-ai-assistant",
      "version": "3.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Metabase instance URL (e.g., http://localhost:3000)",
          "isRequired": true,
          "format": "string",
          "name": "METABASE_URL"
        },
        {
          "description": "Metabase username for authentication",
          "format": "string",
          "name": "METABASE_USERNAME"
        },
        {
          "description": "Metabase password for authentication",
          "format": "string",
          "isSecret": true,
          "name": "METABASE_PASSWORD"
        },
        {
          "description": "Metabase API key (alternative to username/password)",
          "format": "string",
          "isSecret": true,
          "name": "METABASE_API_KEY"
        },
        {
          "description": "PostgreSQL database host for direct SQL execution",
          "format": "string",
          "name": "DATABASE_HOST"
        },
        {
          "description": "PostgreSQL database port",
          "format": "string",
          "name": "DATABASE_PORT"
        },
        {
          "description": "PostgreSQL database name",
          "format": "string",
          "name": "DATABASE_NAME"
        },
        {
          "description": "PostgreSQL database user",
          "format": "string",
          "name": "DATABASE_USER"
        },
        {
          "description": "PostgreSQL database password",
          "format": "string",
          "isSecret": true,
          "name": "DATABASE_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...