PluginBench
MCP Server

io.github.neverinfamous/mysql-mcp MCP Server

io.github.neverinfamous/mysql-mcp

What is the io.github.neverinfamous/mysql-mcp MCP server?

Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment

How to install io.github.neverinfamous/mysql-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mysql-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/writenotenow/mysql-mcp:v1.0.0"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mysql-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/writenotenow/mysql-mcp:v1.0.0"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mysql-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/writenotenow/mysql-mcp:v1.0.0"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mysql-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/writenotenow/mysql-mcp:v1.0.0"
      ]
    }
  }
}
Claude Code
claude mcp add mysql-mcp -- docker run -i --rm docker.io/writenotenow/mysql-mcp:v1.0.0

Related MCP servers

SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering

View repository →

Developer journal with knowledge graphs, relationships, Git context, and semantic search

View repository →

PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering

View repository →

Enterprise PostgreSQL MCP server with 63 tools, 10 resources, 10 prompts for AI-native operations

View repository →

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

View repository →