MetricChat
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/metricchat

That's it. Open localhost:3000 in your browser.

Next Steps

On this page