gemini-cli-extensions/mysql
v0.1.6Apache-2.0
Connect and interact with a MySQL database and data
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
mysqlstdio
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@toolbox-sdk/server@1.9.0",
"--prebuilt",
"mysql",
"--stdio"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "mysql",
"version": "0.1.6",
"description": "Connect and interact with a MySQL database and data",
"author": {
"name": "Google LLC",
"email": "data-cloud-ai-integrations@google.com"
},
"repository": "https://github.com/gemini-cli-extensions/mysql",
"license": "Apache-2.0",
"extensions": {
"com.google.cloud.data.agent-plugins": {
"config": [
{
"key": "MYSQL_HOST",
"title": "Host",
"description": "Host or IP address of the MySQL server"
},
{
"key": "MYSQL_PORT",
"title": "Port",
"description": "Port number of the MySQL server"
},
{
"key": "MYSQL_DATABASE",
"title": "Database",
"description": "Name of the database"
},
{
"key": "MYSQL_USER",
"title": "User",
"description": "Username of the database user"
},
{
"key": "MYSQL_PASSWORD",
"title": "Password",
"description": "Password of the database user",
"sensitive": true
}
],
"gemini": {
"contextFileName": "MYSQL.md",
"mcpServerName": "mysql"
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.google.cloud.data.agent-plugins