Safely explore SQLite schemas and run read-only queries with AI agents.
This tool claims to provide read-only access to SQLite databases with no required secrets and no declared remote endpoints, so the overall risk appears relatively low. However, as an MCP tool it still executes locally and accesses local database files, and its low adoption and unknown maintenance status warrant caution.
The materials explicitly state that no keys or environment variables are required, with no visible API tokens, account credentials, or obvious credential-abuse surface.
No remote endpoints or external service connections are declared; based on the materials, it appears focused on local SQLite access with no sign of exporting data to third parties.
The system checks indicate code execution; as an MCP server, it typically runs a local process and handles query requests. Although the description emphasizes read-only access and protections, this is still local execution capability and merits standard caution.
Functionally, it needs to read local SQLite database contents and supports schema exploration and SELECT queries; it is described as read-only with no evident write access or excessive system permissions, but it still involves reading potentially sensitive local data.
There is an open-source repository under the MIT License, making the code in principle auditable, which is a positive sign; however, it comes from a third-party registry, has 0 GitHub stars, no README content, and unknown maintenance status, which lowers supply-chain confidence.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "SQLite Read-Only MCP Server" yet — see the docs or source repo.
Connect to this SQLite database and list all tables, each table's columns and types, and any likely relationships between tables.
A clear schema overview that helps the user quickly understand table design and field meanings.
Query the orders table for the last 30 days' order count, total revenue, and average order value, grouped by day.
The tool returns SELECT query results with key business metrics summarized by date.
Help me check whether the users table contains duplicate emails, null fields, or obviously abnormal signup timestamps, and show the query logic.
Read-only SQL queries for investigation and a summary of any suspicious data found.
Safely explore and query SQLite databases using natural language.
Lets AI safely explore SQL schemas and run read-only database queries.
Let AI query multiple SQL databases read-only and export results.
Safely let AI inspect database schemas and query PostgreSQL and MySQL data.
Safely query and inspect local SQLite databases through a read-only MCP server.
Query and manage SQLite databases using natural language through an MCP tool.