go-gin-example (MCP Server)

GitHub

An example of gin

Claude Desktop Configuration

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

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