pingmcp

aarora79/pingmcp
★ 0 stars Go Code/Dev Tools Updated today
A tiny, fast Go streamable-http MCP server (single echo tool) - a fast upstream for load-testing MCP gateways.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pingmcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/aarora79/pingmcp@latest"
      ]
    }
  }
}

README Excerpt

A tiny, fast [MCP](https://modelcontextprotocol.io) server written in Go that speaks the **streamable-http** transport and exposes a single `echo` tool. Zero external dependencies (Go standard library only), ships as a ~10 MB static binary / distroless image. It exists to be a **fast upstream** for load-testing an MCP gateway. Most real MCP servers (or the API endpoints behind a gateway) are the bottleneck under load, which hides the cost of the gateway's own per-request work (auth checks, routi

Tools (1)

PORT