# gin-gonic/gin | Model Context Protocol (MCP) Server > Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices. - **Stars**: ⭐ 89,049 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "gin": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gin" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "gin": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gin" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-gin` - **Docker**: `docker run -i --rm mcp/gin`