awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
fullstorydev avatar

fullstorydev/grpcurl

0
View on GitHub↗
12,691 stars·569 forks·Go·MIT·12 viewswww.fullstory.com/resources/content/fullstory-engineering-blog↗

Grpcurl

grpcurl is a command-line interface and client tool for invoking gRPC methods and inspecting service definitions. It serves as a server debugger and reflection client, allowing users to call remote procedures and verify server responses from the terminal using JSON or protobuf formats.

The tool distinguishes itself through the ability to discover available services and methods dynamically via a server reflection service or by loading local protobuf schema files. It can extract service descriptions from a server for local use and print specific schema symbol definitions.

It covers a broad range of diagnostic capabilities, including API testing, request debugging through binary-to-JSON transcoding, and service discovery. The tool also manages transport security, supporting plain-text, TLS, and mutual TLS connections using CA certificates and private keys.

Features

  • gRPC Command-Line Clients - Ships a command-line interface for calling gRPC methods and inspecting service definitions directly from the terminal.
  • Method Invocation - Provides a command-line tool to invoke gRPC methods using JSON or protobuf formats.
  • JSON-Protobuf Mapping - Converts input data in JSON or protobuf text formats into binary messages for server transmission.
  • Dynamic Serialization - Converts JSON or text input into binary protobuf messages using descriptors retrieved at runtime.
  • gRPC Request Debugging - Formats binary gRPC messages into human-readable JSON to troubleshoot communication and data payloads.
  • Reflection Services - Lists available services and methods by querying the server's reflection service.
  • Response Formatting - Translates raw protobuf binary responses into human-readable JSON strings for debugging.
  • gRPC Service Discovery - Retrieves a full list of exposed services and methods from a server or schema files.
  • Remote Procedure Execution - Allows users to invoke remote procedures from the terminal to trigger server actions and inspect responses.
  • Server Reflection - Allows discovery of available services and file descriptors using server reflection.
  • gRPC API Testing - Sends requests to gRPC servers from the command line to verify functionality and inspect responses.
  • Definition Loading - Imports service descriptors using server reflection, raw source files, or compiled protoset files.
  • Schema Inspectors - Ships a tool to list services and describe protobuf message structures using server reflection or local files.
  • Service Description Exporters - Extracts service descriptions from a remote server and saves them as source or binary files for local use.
  • Symbol Description - Prints the type and definition of specific schema symbols using reflection or local files.
  • Server Debuggers - Provides a utility for testing remote procedure calls and verifying server responses without writing a dedicated client.
  • Protobuf Descriptor Loading - Parses local .proto or binary protoset files to build an in-memory map of service and message types.
  • Mutual TLS Configurations - Tests transport security and authentication by configuring TLS and mutual TLS connections.
  • Secure Connection Managers - Establishes encrypted and authenticated communication channels using CA certificates, client certificates, and private keys.
  • TLS Transfer Security - Establishes encrypted connections using X.509 certificates and private keys.
  • Transport Security Configurations - Allows configuring transport security using plain-text, TLS, or mutual TLS with custom certificates.
  • HTTP/2 Transport Layers - Handles the underlying HTTP/2 transport for unary and various streaming gRPC communication patterns.
  • API Clients - CLI tool for inspecting and invoking gRPC methods.
  • Command Line Tools - Command-line tool for interacting with gRPC servers like cURL.
  • RPC Frameworks - Command-line tool for interacting with gRPC services.

Star history

Star history chart for fullstorydev/grpcurlStar history chart for fullstorydev/grpcurl

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Grpcurl

Similar open-source projects, ranked by how many features they share with Grpcurl.
  • fullstorydev/grpcuifullstorydev avatar

    fullstorydev/grpcui

    5,907View on GitHub↗

    grpcui is a browser-based interactive web interface and API client for executing remote procedure calls to gRPC servers. It functions as an HTTP to gRPC gateway that translates JSON payloads into binary protobuf messages, allowing users to trigger network requests and inspect responses through a visual web interface. The tool provides schema browsing and discovery capabilities by querying server reflection or loading local protobuf descriptor files to identify available services and method signatures. It uses these definitions to automatically generate dynamic input forms for constructing req

    JavaScript
    View on GitHub↗5,907
  • ktr0731/evansktr0731 avatar

    ktr0731/evans

    4,481View on GitHub↗

    Evans is a gRPC client and API explorer designed for testing, debugging, and automating remote procedure calls. It functions as an interactive client and a stateless command line utility for executing gRPC methods and inspecting remote server API surfaces. The tool provides specialized support for the gRPC-Web protocol to facilitate communication with web-based implementations. It enables the discovery of services and message structures through server reflection or definition files, and supports the management of unary, client-side, server-side, and bidirectional streaming communication. The

    Goclicompletiongolang
    View on GitHub↗4,481
  • bloomrpc/bloomrpcbloomrpc avatar

    bloomrpc/bloomrpc

    8,998View on GitHub↗

    BloomRPC is a graphical user interface client for discovering, testing, and querying gRPC service endpoints. It functions as an API tester that allows for sending requests and validating responses through a visual interface without the need to write manual client code. The tool supports service discovery via the gRPC reflection API or by parsing protobuf definition files to generate request and response structures. It translates human-readable JSON input into binary protobuf format and utilizes an HTTP/2 transport layer to communicate with backend services. The application provides capabilit

    TypeScriptgrpc
    View on GitHub↗8,998
  • grpc/grpc-nodegrpc avatar

    grpc/grpc-node

    4,833View on GitHub↗

    This project is a gRPC framework for Node.js used to implement high-performance remote procedure calls. It provides a client-server communication library that utilizes HTTP/2 for streaming, multiplexing, and binary framing, alongside a protocol buffers implementation for defining structured data and generating service stubs. The framework includes a toolchain to compile protocol buffer files into language-specific objects and supports the generation of static TypeScript type definitions to validate objects at runtime. The library covers distributed system networking and microservices communi

    TypeScript
    View on GitHub↗4,833
See all 30 alternatives to Grpcurl→

Frequently asked questions

What does fullstorydev/grpcurl do?

grpcurl is a command-line interface and client tool for invoking gRPC methods and inspecting service definitions. It serves as a server debugger and reflection client, allowing users to call remote procedures and verify server responses from the terminal using JSON or protobuf formats.

What are the main features of fullstorydev/grpcurl?

The main features of fullstorydev/grpcurl are: gRPC Command-Line Clients, Method Invocation, JSON-Protobuf Mapping, Dynamic Serialization, gRPC Request Debugging, Reflection Services, Response Formatting, gRPC Service Discovery.

What are some open-source alternatives to fullstorydev/grpcurl?

Open-source alternatives to fullstorydev/grpcurl include: fullstorydev/grpcui — grpcui is a browser-based interactive web interface and API client for executing remote procedure calls to gRPC… ktr0731/evans — Evans is a gRPC client and API explorer designed for testing, debugging, and automating remote procedure calls. It… bloomrpc/bloomrpc — BloomRPC is a graphical user interface client for discovering, testing, and querying gRPC service endpoints. It… grpc/grpc-node — This project is a gRPC framework for Node.js used to implement high-performance remote procedure calls. It provides a… protobufjs/protobuf.js — protobuf.js is a JavaScript and TypeScript library for encoding and decoding structured data using the Protocol… grpc/grpc-dotnet — This project is a .NET implementation of the gRPC framework, providing a system for executing functions on remote…