hertz (MCP Server)

GitHub

Go HTTP framework with high-performance and strong-extensibility for building micro-services.

Claude Desktop Configuration

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

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