# github/gh-ost | Model Context Protocol (MCP) Server > GitHub's Online Schema-migration Tool for MySQL - **Stars**: ⭐ 13,421 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "gh-ost": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gh-ost" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "gh-ost": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gh-ost" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-gh-ost` - **Docker**: `docker run -i --rm mcp/gh-ost`