A lightweight but powerful MCP server for SQLite databases. Query local databases, inspect schemas, run aggregations, and store persistent memos — all through natural language with your AI agent.
Features:
- Full read/write access to SQLite databases
- Schema inspection and table listing
- Natural language query execution
- Built-in memo/note storage system
- Business insight generation from query results
- No external services required — runs entirely locally
- Perfect for local analytics, prototyping, and AI-assisted data exploration
Unlike cloud database servers, SQLite MCP requires no credentials or network access — ideal for local development, quick analysis tasks, or building offline-capable AI workflows.
Installation uses Python's uvx package runner (part of uv, the fast Python package manager).