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.
Interact with SQLite via MCP for CRUD, SQL queries, and schema exploration.
Explore SQL schemas and run safe read-only SELECT queries.
Let AI clients query, explore, and manage SQLite databases directly.
Connect AI to SQLite and query tables using natural language.
Safely let AI query PostgreSQL, MySQL, and SQLite in read-only mode.
Safely explore, profile, and query SQLite and PostgreSQL databases with AI.