benborla_mcp-server-mysql
0
This project is a NodeJS-based Model Context Protocol server that provides read-only access to MySQL databases, allowing for inspection of database schemas and execution of read-only queries. It is designed to assist with integrating databases into applications using large language models.
MCP Server for MySQL based on NodeJS
A Model Context Protocol server providing read-only access to MySQL databases, enabling LLMs to inspect database schemas and execute read-only queries.
Components
Tools
- mysql_query: Execute read-only SQL queries against the connected database.
Resources
- Table Schemas: JSON schema information, including column names and data types, discovered from database metadata.
Usage with Claude Desktop
Add configuration to claude_desktop_config.json
in the "mcpServers" section for use with Claude Desktop.