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.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "gin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gin"
      ]
    }
  }
}