Safely explore and query SQLite databases using natural language.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "sqlite-mcp-server" yet — see the docs or source repo.
List all tables in this SQLite database and briefly explain each table’s purpose; then show the column names, types, and primary key information for the users table.
A list of database tables and a schema breakdown for the users table.
Query the orders table for the number of orders and total sales in the last 30 days, plus grouped statistics by status, returning only the first 20 rows.
A safe SELECT query result with row limits applied.
Analyze the distribution of the event_type field in the events table, count occurrences of each type, and identify the top 10 most frequent types.
Frequency statistics grouped by event type and the top 10 results.
Safely explore SQLite schemas and run read-only queries with AI agents.
Query and manage SQLite databases using natural language through an MCP tool.
Safely explore, profile, and query SQLite and PostgreSQL databases with AI.
Safely let AI inspect database schemas and query PostgreSQL and MySQL data.
Let AI query multiple SQL databases read-only and export results.
Query and manage multiple databases with read-only access and schema inspection.