The Data Investigator is a server that enables AI agents, such as those within Cursor or Claude Desktop, to interact with MySQL databases. It functions as an MCP (Model-Client Protocol) server, facilitating the execution of both read-only (SELECT, SHOW, DESCRIBE, EXPLAIN) and write (INSERT, UPDATE, DELETE, CREATE, DROP, ALTER) SQL queries. For enhanced security, all write operations require explicit user approval. The server also supports API key authentication, making it suitable for secure deployments in various environments.
Key Features
01Secure MySQL query execution for AI agents
02Mandatory user approval for all write queries
030 GitHub stars
04Seamless integration with popular MCP clients like Cursor and Claude Desktop
05Configurable API key authentication for secure access
06Supports both read-only and write SQL operations