mysqlMySQL (read-only)Claude Code only
Lets Claude run safe, look-only SQL queries against a MySQL database — explore tables and pull data for analysis, with all edits/deletes blocked by design. Relevant only where MM data lives in a MySQL database you connect.
e.g. "Explore the schema of our connected MySQL database and tell me which tables hold order and customer data."
postgresPostgreSQL (read-only)Claude Code only
The same safe, look-only SQL helper, but for PostgreSQL databases. Several of our connectors mirror history into a database, so this is the careful way to query that kind of source directly — reads only, never writes.
e.g. "Connect to our reporting Postgres and list the tables, then explain what each one looks like it holds."