Created
January 21, 2026 19:00
-
-
Save ronaldbradford/d5e7c6f579b739d5ccd02f1f41fb232d to your computer and use it in GitHub Desktop.
MySQL MCP Server example config JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "mcpServers": { | |
| "mysql": { | |
| "command": "/opt/homebrew/bin/mysql-mcp-server", | |
| "env": { | |
| "MYSQL_DSN": "${MYSQL_DSN}", | |
| "MYSQL_MAX_ROWS": "1000" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment