Connect AI to local dev databases for schema inspection and read-only SQL analysis.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "sqlens-mcp" yet — see the docs or source repo.
Connect to my local Postgres database, list all tables, columns, primary keys, and foreign keys, and explain each table by module.
A clear schema overview with table relationships and column descriptions.
Run a read-only SELECT on my local MySQL database to count orders by status for the last 30 days and summarize unusual changes.
Query results plus a brief analysis of trends and anomalies.
Generate and explain the execution plan for this SQLite query, identify likely performance bottlenecks, and suggest index improvements without changing data.
An explanation of the query plan, identified performance issues, and read-only optimization suggestions.
Securely access SQL Server databases in read-only mode for querying and analysis.
Connect to MySQL databases to query, inspect schemas, and run diagnostics.
Operate MySQL databases with natural language, multi-environment profiles, and security controls.
Connect to MySQL to query, inspect schemas, and modify data directly.
Query MSSQL databases safely in natural language with schema discovery.
Query e-commerce SQLite data safely and answer business analytics questions.