Acerca de
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.