Skip to main content
Glama
Sanjeev4523

metabase-lite-mcp

by Sanjeev4523

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
METABASE_API_KEYYesMetabase API key
METABASE_BASE_URLYesYour Metabase instance URL

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_configured_databasesA

List all databases configured in Metabase (id, name, engine)

get_database_metadataB

Get schema, tables, and fields for a specific database

get_collectionsA

List all collections in Metabase

search_cardsA

Search for cards (saved questions) by name or text

get_cardA

Get full details of a specific card (saved question)

search_dashboardsC

Search for dashboards by name or text

get_dashboard_fullB

Get full dashboard details including tabs, dashcards, and parameters

run_query_previewA

Execute a read-only query preview and return results. Validates queries are read-only before execution.

create_cardB

Create a new card (saved question) in Metabase

update_cardA

Update an existing card (saved question). Only provided fields are changed.

copy_cardA

Duplicate a card for safe iteration or re-use

move_cardA

Move a card to a different collection (card is not deleted)

create_dashboardB

Create a new dashboard in Metabase

update_dashboardA

Update an existing dashboard. Only provided fields are changed. Uses GET-then-PUT pattern for safety.

add_card_to_dashboardA

Place a saved card on a dashboard, optionally in a specific tab and position. Auto-packs if no placement given.

remove_card_from_dashboardA

Remove a dashcard from a dashboard (the card itself remains intact)

ensure_dashboard_filters_and_mappingsB

Create/update dashboard parameters (filters) and wire them to card variables on specified dashcards

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sanjeev4523/metabase-lite-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server