01Chainlit-based client for natural language interaction via a web chat interface
02MCP server exposing SQLite database tools (list tables, get schema, count rows, execute queries)
03Secure read-only SQL execution with table name validation to prevent injection
04Utilizes LangGraph for agentic capabilities in the client to dynamically call server tools
05Supports multiple LLM providers (Anthropic by default, configurable for OpenAI and others)
060 GitHub stars