You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mask credentials in UI, add MySQL support, add screenshots to README
- Config.db_display_name property: shows db type + name without credentials
- Overview page shows masked DB identifier instead of raw connection URL
- Settings page: Connection URL field uses password mask (reveal on focus)
- Add pymysql to requirements, MySQL to supported databases in README
- Add admin UI screenshots (overview, sandbox, settings) to README
SQL Cortex MCP is a [Model Context Protocol](https://modelcontextprotocol.io) server that exposes SQL databases as tools for AI agents. It sits between your LLM and your database, providing:
@@ -158,6 +164,7 @@ Settings changed via the admin UI override environment variables at runtime and
158
164
### Supported databases
159
165
160
166
-**SQLite** — built-in, no extra dependencies
167
+
-**MySQL** — via `pymysql` (included in requirements)
161
168
-**PostgreSQL** — via `psycopg2` (included in requirements)
0 commit comments