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.
Query databases in natural language and auto-generate and execute SQL.
Query and manage multiple databases with read-only access and schema inspection.
Enable AI to create, manage, and query SQLite databases with required metadata.
Safely explore SQLite schemas and run read-only queries with AI agents.
Interact with MySQL databases using natural language for queries and management.