metabase

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name METABASE_TOKEN or zero doctor check-connector --url https://your-metabase.example.com/api/user/current --method GET

How to Use

All examples below assume you have METABASE_TOKEN set. Authentication uses the x-api-key header.

1. Get Current User Info

Retrieve information about the authenticated user.

curl -s "$METABASE_BASE_URL/api/user/current" --header "x-api-key: $METABASE_TOKEN" | jq .

2. List Databases

Retrieve all connected databases.

Related skills
Installs
42
GitHub Stars
59
First Seen
Mar 12, 2026