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.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"gin": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gin"
]
}
}
}