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 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.
Safely explore and query SQLite databases using natural language.
Safely explore and analyze data across multiple databases with read-only access.
Safely let AI inspect database schemas and query PostgreSQL and MySQL data.