fasthttp

GitHub

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http

23,428 stars Go 1 file ยท ~11,468 tokens

fasthttp MCP Server

MCP server for valyala/fasthttp

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "fasthttp": {
      "command": "npx",
      "args": [
        "-y",
        "@valyala/fasthttp"
      ]
    }
  }
}