Query and manage SQLite databases using natural language through an MCP tool.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-sqlite-chat" yet — see the docs or source repo.
Connect to the current SQLite database, calculate monthly sales for the past 12 months, identify the fastest-growing and steepest-declining months, and return the results in a table.
A table of monthly sales totals with key trend insights.
List all tables in this SQLite database, their main columns, and likely relationships, and explain which tables are best suited for user activity analysis.
An overview of the schema, table relationships, and analysis recommendations.
Mark orders in the orders table as expired where the status is pending and the creation time is older than 30 days, and first tell me how many records will be affected before executing the update.
It first reports the affected record count, then performs the update and summarizes the result.
Safely explore and query SQLite databases using natural language.
Interact with SQLite via MCP for CRUD, SQL queries, and schema exploration.
Connect AI to SQLite and query tables using natural language.
Let AI clients query, explore, and manage SQLite databases directly.
Query and update SQLite databases with a local LLM through MCP tools.
Turn natural-language questions into validated read-only SQL for SQLite queries.