Analyze Db Health
Connection pool + buffer pool size + tables with reclaimable space.
Let your AI agents run MySQL for you, safely.
A hosted MySQL MCP server for Claude, ChatGPT, Cursor and CLI agents. Paste one server URL into your AI client to use its 8 actions. There is nothing to install.
Enable or disable every action, per account. Block your agent from doing dangerous actions.
Ask in plain English. Pull reports, find insights and take action in MySQL.
8 read and write actions. Every MySQL task your agent needs, from reporting to making changes.
Built for teams. Invite your team and share one connected account.
8 actions available to automate your MySQL workflows.
8 actions
Connection pool + buffer pool size + tables with reclaimable space.
EXPLAIN plan for a query. analyze=true uses EXPLAIN ANALYZE (MySQL 8+).
Full metadata: columns + constraints + indexes + estimated size.
Column list (name, data_type, is_nullable, default) for a table or view.
Heaviest queries from performance_schema.events_statements_summary_by_digest.
List all schemas (databases) on the server.
List tables, views, or plugins in a schema.
Execute a SQL statement.
Oracle publishes a MySQL MCP Server as a proof of concept focused on MySQL AI and MySQL HeatWave. It suits developers exploring those products locally. InsightfulPipe is a hosted service for working with any internet-reachable MySQL database from your AI client.
| What you operate | InsightfulPipe MCP server | MySQL MCP Server (Oracle, proof of concept) |
|---|---|---|
| Status | Hosted service included in every InsightfulPipe plan | Proof of concept, not intended for production use |
| Hosting | Hosted by InsightfulPipe: paste one URL | Runs locally with uvx |
| Focus | Any MySQL database reachable over the internet with TLS | MySQL AI and MySQL HeatWave, with ML, RAG and OCI Object Storage tools |
| Setup | Host, user and password, or a connection URI, entered in InsightfulPipe | MySQL credentials in a JSON config file or environment variable; OCI config for cloud features |
| SQL safety | A single SELECT runs as a read; other SQL is a write limited to owners, admins and operators | SQL runs through a connection-based tool |
| Other platforms | Ads, analytics, e-commerce and data platforms in the same workspace, plus a CLI | MySQL and Oracle Cloud services |
The InsightfulPipe MySQL MCP server is a hosted Model Context Protocol server that connects a MySQL database to AI assistants such as Claude, ChatGPT, Cursor, Claude Code, Gemini CLI and Codex. You enter the host, port, database, user and password, or paste a connection URI, and add one server URL to your AI client.
List schemas and tables, and read columns, constraints, indexes and sizes before writing a query.
See all MySQL actionsAsk in plain English; the assistant writes the query, runs it and summarizes the result.
See all MySQL actionsList the queries with the most total or average time from performance_schema, then read their plans.
See all MySQL actionsAdd the server URL to your AI client, then sign in with your InsightfulPipe account to authorize access. The server is hosted, so there is nothing to install.
https://mysql.insightfulmcp.com/Fastest: add InsightfulPipe from the Claude Directory
One click connects the full InsightfulPipe MCP with all your connected accounts. To add a server scoped to MySQL only, follow the steps below.
Or add the MySQL server manually:
https://mysql.insightfulmcp.com/
Start a new chat, click +, open Connectors and turn the connector on to use it.
The Free plan can add one custom connector. On Team and Enterprise plans, an Owner first adds it under Organization settings > Connectors, then each member clicks Connect in Customize > Connectors.
Fastest: add InsightfulPipe from the ChatGPT app directory
One click connects the full InsightfulPipe MCP with all your connected accounts. To add a server scoped to MySQL only, follow the steps below.
Or add the MySQL server manually. Custom MCP servers need ChatGPT's Developer mode, which OpenAI offers on Plus, Pro, Business, Enterprise and Education accounts on the web.
https://mysql.insightfulmcp.com/
See OpenAI's Developer mode guide.
claude mcp add --transport http mysql-mcp https://mysql.insightfulmcp.com/
/mcp, select mysql-mcp and choose Authenticate.~/.cursor/mcp.json (all projects) or .cursor/mcp.json (one project):{
"mcpServers": {
"mysql-mcp": {
"url": "https://mysql.insightfulmcp.com/"
}
}
}gemini mcp add --transport http mysql-mcp https://mysql.insightfulmcp.com/
/mcp auth mysql-mcp.Using the Codex app? Add InsightfulPipe from the OpenAI app directory
The listed app connects the full InsightfulPipe MCP with all your connected accounts, in both ChatGPT and Codex.
codex mcp add mysql-mcp --url https://mysql.insightfulmcp.com/
codex mcp login mysql-mcp.One hosted server URL, any MCP-compatible client. Pick yours to see the setup steps, or paste the URL into anything that speaks MCP.
Setup guide for ChatGPT
Setup guide for Claude
Setup guide for Claude Code
Setup guide for Codex
Setup guide for Cursor
Setup guide for Gemini CLI
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Paste the server URL to connect
Run actions from your terminal
Copy a prompt into any connected client, or install a Claude skill that chains the actions for you.
“List the tables in the shop schema”
Lists tables in a schema
“What indexes does the orders table have?”
Reads table metadata
“What was revenue by product category last month?”
Writes and runs a SELECT query
“Which queries take the most total time?”
Reads top queries from performance_schema
“Show the query plan for this checkout query”
Runs EXPLAIN without executing the query
“Which tables have the most reclaimable space?”
Runs the database health report
“How many orders have no matching customer?”
Runs a data quality check
Join hundreds of agencies and brands using InsightfulPipe to connect marketing data to AI.
Start a trial today.