Skip to content

Instantly share code, notes, and snippets.

@ronaldbradford
Created January 21, 2026 19:00
Show Gist options
  • Select an option

  • Save ronaldbradford/d5e7c6f579b739d5ccd02f1f41fb232d to your computer and use it in GitHub Desktop.

Select an option

Save ronaldbradford/d5e7c6f579b739d5ccd02f1f41fb232d to your computer and use it in GitHub Desktop.
MySQL MCP Server example config JSON
{
"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