A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
Install attempts
0
Language
javascript
Protocol
2024-11-05
Updated
5 days ago
Quality
50/100
Trust
50/100
Install success
No data yet
Trusted install path
Choose client
Copy or download config
Restart and verify
AI-first code editor with built-in MCP support. Config path: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server-mysql": {
"command": "npx",
"args": [
"-y",
"benborla/mcp-server-mysql"
]
}
}
}A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
MCP Server for MySQL
MCP server that gives Claude and other LLMs access to MySQL — inspect schemas, run queries, and optionally write data, al
No reviews yet
Be the first to review this server.