io.github.marcelo-ochoa/mysql✓
io.github.marcelo-ochoa/mysql · v1.0.7
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.marcelo-ochoa/mysql",
"description": "An MCP server for MySQL databases.",
"repository": {
"url": "https://github.com/marcelo-ochoa/servers",
"source": "github",
"subfolder": "src/mysql"
},
"version": "1.0.7",
"packages": [
{
"registryType": "npm",
"identifier": "@marcelo-ochoa/server-mysql",
"version": "1.0.7",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "MySQL connection string",
"type": "positional",
"valueHint": "connectionString"
}
],
"environmentVariables": [
{
"description": "MySQL username",
"format": "string",
"name": "MYSQL_USER"
},
{
"description": "MySQL password",
"format": "string",
"isSecret": true,
"name": "MYSQL_PASSWORD"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}