vivekpandey532/mysql-mcp-server ? reverse-engineered prompt
Reverse engineered prompt
Build me a Java app that works as a Model Context Protocol server for MySQL.
I want AI tools like Claude or Amazon Q to be able to connect to it over stdio, send JSON RPC messages, and then run basic database actions through a standard MCP setup. It should connect to a MySQL database using environment variables, start cleanly from a Spring Boot app, and expose tools for things like running SELECT queries, executing INSERT UPDATE DELETE statements, listing databases, listing tables, and describing a table schema.
Please also expose database metadata as MCP resources, like all databases, tables in a database, and the schema for a specific table. If possible, add a few helpful prompt templates too, like one that helps write a query, one that analyzes a table, and one that explains query results in plain language.
Make it easy to build and run locally, and include clear setup instructions for connecting it to Claude Desktop or a similar MCP client. If you need to check current MCP docs or best practices, look them up online first.
Are you gonna build this?
make sure you review the code using arcumet