# bradleyjkemp/grpc-tools

A suite of gRPC debugging tools. Like Fiddler/Charles but for gRPC.

Repository: https://github.com/bradleyjkemp/grpc-tools
Canonical: https://ross.abutalabs.com/products/grpc-tools
Language: Go
License: MIT
License Family: permissive
Topics: grpc, debugging-tool, proxy, interceptor, tls, middleware
Last push: 2023-11-14T10:42:44+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2698, "days_push": 1023, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1238, forks 78 (observed 2026-08-28T04:04:05.546306+00:00)

## What it is
A suite of Go-based gRPC debugging tools, including grpc-dump (a transparent proxy that logs gRPC/gRPC-Web traffic as JSON), grpc-replay, grpc-fixture, and a reusable intercepting proxy library. It works like Fiddler or Charles but for gRPC, without requiring code changes to apps or servers.

## Use cases
- debug grpc traffic between services
- dump grpc requests as a proxy like charles
- replay recorded grpc requests to a server
- mock grpc server responses from saved fixtures
- inspect grpc messages without proto files
- capture grpc-web requests with metadata

## When to choose
- you need to inspect or debug gRPC traffic transparently without modifying application code
- you want to record and replay gRPC requests or serve fixture responses
- you lack .proto files but still need human-readable message dumps

## When to avoid
- you need a mature, production-hardened tool - the project is explicitly in alpha with breaking changes
- you only need HTTP/REST debugging, where Fiddler or Charles are better fits
- you need actively maintained tooling - the latest release was in 2023

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: proxy, rpc, middleware, logging
- domain: developer-tools, apis, networking, testing
- platform: windows, go, cli
- tags: grpc, grpc-debugging, traffic-dumping, request-replay, charles-for-grpc, debugging, linux, macos

## Member repositories
- bradleyjkemp/grpc-tools (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:05.546306+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:10:02.977578+00:00, confidence not recorded.
  - readme: https://github.com/bradleyjkemp/grpc-tools (fetched 2026-08-28T04:04:05.546306+00:00, sha 47d69de35a90)
- Data as of 2026-08-30T08:39:29.467469+00:00.
