Explore SQLite databases, inspect schemas, and run read-only SQL queries.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "SQLite Explorer" yet — see the docs or source repo.
Please connect to this SQLite database and list all table names in it.
A list of tables in the database for quick inspection.
Please describe the schema of the users table, including column names and types.
A schema description of the specified table to help understand its fields.
Please run a read-only SQL query on the orders table to count orders by status.
Query results are returned without modifying the database.
Developers can list tables and inspect schemas when onboarding a project or debugging issues. They can then run read-only queries to verify current data states.
Data analysts can inspect tables and column structures before writing queries to avoid misunderstanding the data. They can then use read-only SQL to retrieve the needed results.
Researchers working with SQLite datasets can first review table lists and schemas, then run read-only queries for initial exploration. This helps them understand the dataset without altering the source data.
It is an MCP server for exploring SQLite databases. Its known capabilities include listing tables, describing table structures, and executing read-only SQL queries.
Based on the description, it executes read-only SQL queries. That means the provided information indicates it is for inspection and querying, not for writing changes.
The provided material does not include installation steps, runtime requirements, or dependencies. For more details, see the source repository.
Interact with SQLite via MCP for CRUD, SQL queries, and schema exploration.
Safely explore, profile, and query SQLite and PostgreSQL databases with AI.
Explore SQL schemas and run safe read-only SELECT queries.
Let AI clients query, explore, and manage SQLite databases directly.
Safely explore SQLite schemas and run read-only queries with AI agents.
Query and manage multiple databases with read-only access and schema inspection.