rithish-mcp
01Plugin Claude Code
Personal Claude Code plugins.
Plugin Claude Code
Personal Claude Code plugins.
Plugin Claude Code
MySQL access with self-service connections, per-connection capability grants, and SSH tunnelling.
MCP server Claude CodeCodexCursor +2
MCP server "mysql" as configured in Efilkucf/mysql-mcp-plugin. Runs ${CLAUDE_PLUGIN_ROOT}/dist/index.js with node. Needs 12 environment variables to run.
Command
Add a MySQL connection, with optional SSH tunnel and capability grants.
Command
Grant capabilities to a MySQL connection.
Command
Import legacy MYSQLSERVERS connections from /.claude.json into the plugin config.
Command
List configured MySQL connections and their granted capabilities.
Command
Delete a MySQL connection and its stored password.
Command
Revoke capabilities from a MySQL connection, or disable it entirely.
Command
Guided first-time setup — explains the security model, then adds your first connection.
Command
Test a MySQL connection and compare its capabilities against real GRANTs.
Hook
Runs when a session starts on startup and clear, executing onboard.js via node. From Efilkucf/mysql-mcp-plugin.
Hook
Runs before the agent uses a tool for mcp__mysql__execute_sql tool calls, executing guard.js via node. From Efilkucf/mysql-mcp-plugin.