dbmysql
v1.0.0Consulta bases de datos MySQL desde Kiro con @benborla29/mcp-server-mysql. Solo-lectura por defecto, con protección para tablas grandes; no lee archivos .env ni product.md.
By Yoel MorenoLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/yomo07/db-MySQLClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/query-helper/SKILL.md├── skills/setup/SKILL.md└── mcp.json
Included Skills2
Consultar MySQL de forma segura, trayendo al contexto solo los datos necesarios.
Configurar dbmysql para conectarse a MySQL, definiendo y aprobando las variables de entorno correctas.
MCP servers1
- command
- npx
- args
- -y @benborla29/mcp-server-mysql
- env.MYSQL_HOST
- ${MYSQLPOWER_HOST}
- env.MYSQL_PORT
- ${MYSQLPOWER_PORT}
- env.MYSQL_USER
- ${MYSQLPOWER_USER}
- env.MYSQL_PASS
- ${MYSQLPOWER_PASS}
- env.MYSQL_DB
- ${MYSQLPOWER_DB}
- env.ALLOW_INSERT_OPERATION
- false
- env.ALLOW_UPDATE_OPERATION
- false
- env.ALLOW_DELETE_OPERATION
- false
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "dbmysql",
"version": "1.0.0",
"description": "Consulta bases de datos MySQL desde Kiro con @benborla29/mcp-server-mysql. Solo-lectura por defecto, con protección para tablas grandes; no lee archivos .env ni product.md.",
"author": {
"name": "Yoel Moreno",
"url": "https://github.com/yomo07"
},
"keywords": [
"sql",
"mysql",
"database",
"base de datos",
"consulta",
"query",
"esquema",
"schema",
"tabla",
"table"
],
"license": "MIT",
"repository": "https://github.com/yomo07/dbmysqlpowerkiro"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[dbmysql on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dbmysql)