Safely query and inspect local SQLite databases through a read-only MCP server.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MCP Database Bridge" yet — see the docs or source repo.
Connect to the local SQLite database, list all tables, columns, column types, primary keys, and indexes, then summarize the schema in English.
A structured schema listing with a concise explanation of the database layout.
Query the orders table for the last 30 days and return daily totals for order count, revenue, and average order value.
Read-only aggregated query results suitable for analyzing recent business performance.
Inspect the relationship fields among customers, orders, and order_items, explain their likely relationships, and flag missing indexes or inconsistent naming.
An analysis of table relationships, potential issues, and suggested improvements.
Query and update SQLite databases with a local LLM through MCP tools.
Interact with SQLite via MCP for CRUD, SQL queries, and schema exploration.
Safely let AI query PostgreSQL, MySQL, and SQLite in read-only mode.
Query and manage multiple databases with read-only access and schema inspection.
Query databases in natural language and auto-generate and execute SQL.
Enable AI to create, manage, and query SQLite databases with required metadata.