Getting Started
Getting Started
Get MetricChat up and running in under 5 minutes.
Prerequisites
- Docker installed on your machine
- A database you want to query (PostgreSQL, MySQL, Snowflake, BigQuery, etc.)
- An API key from an LLM provider (OpenAI, Anthropic, etc.) — or Ollama for local models
Installation
The fastest way to get started is with Docker:
docker run -d -p 3000:3000 \
-e MC_DATABASE_URL=postgresql://user:pass@host:5432/mydb \
metricchat/metricchatThat's it. Open localhost:3000 in your browser.
Next Steps
- Quick Start Guide — Your first query in 2 minutes
- Connecting Data Sources — Set up your databases
- LLM Providers — Configure your AI model