grpcui

GitHub

An interactive web UI for gRPC, along the lines of postman

5,888 stars JavaScript JavaScript 1 file ยท ~4,351 tokens #golang#grpc#postman

grpcui MCP Server

MCP server for fullstorydev/grpcui

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