Enables interaction with a MySQL database, providing business intelligence capabilities and automatic insight generation.
Most database access work still happens through a UI a human drives. Zaj MySQL MCP server moves it into the conversation instead. Enables interaction with a MySQL database, providing business intelligence capabilities and automatic insight generation.
A Model Context Protocol (MCP) server implementation that provides database interaction and business intelligence capabilities through MySQL. This server enables running SQL queries, analyzing business data, and automatically generating business insight memos.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The server publishes 8 tools. What each one is for:
read_query — Execute SELECT queries to read data from the databaseInput — query (string) - The SELECT SQL query to executeReturns — Query results as array of objectswrite_query — Execute INSERT, UPDATE, or DELETE queriescreate_table — Create new tables in the databaselist_tables — Get a list of all tables in the databasedescribe_table — View schema information for a specific tableappend_insight — Add new business insights to the memo resourcePlenty of database access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Zaj MySQL's toolset — read_query, Input, Returns and 5 more — is a fair guide to whether it matches your workflow. It is maintained by zajTools; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| read_query | Execute SELECT queries to read data from the database |
| Input | query (string) - The SELECT SQL query to execute |
| Returns | Query results as array of objects |
| write_query | Execute INSERT, UPDATE, or DELETE queries |
| create_table | Create new tables in the database |
| list_tables | Get a list of all tables in the database |
| describe_table | View schema information for a specific table |
| append_insight | Add new business insights to the memo resource |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.