mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
12 lines
348 B
JSON
12 lines
348 B
JSON
{
|
|
"mcpServers": {
|
|
"mysql": {
|
|
"description": "Connect to MySQL databases for direct data access, queries, and database management within Claude Code workflows.",
|
|
"command": "uvx",
|
|
"args": ["mcp-server-mysql"],
|
|
"env": {
|
|
"MYSQL_CONNECTION_STRING": "mysql://user:password@localhost:3306/dbname"
|
|
}
|
|
}
|
|
}
|
|
} |