Provides a link to Discord for community support, allowing users to join a specific server for help with the grpcmcp tool.
grpcmcp
A simple MCP server that will proxy to a grpc backend based on a provided descriptors file or using reflection.
Quick Start
- Install the binary: - go install .or- go install github.com/adiom-data/grpcmcpEnsure the go bin directory is in your PATH.
- In a terminal, run the example grpc server - go run example/main.go. This will start a grpc health service on port 8090 with server reflection enabled. Note that this runs on the default port that grpcmcp will connect to.
- SSE Transport In another terminal, run - grpcmcp --hostport=localhost:3000 --reflect. Specifying- hostportwill use SSE. The SSE endpoint will be served at- http://localhost:3000/sse.
- STDIN Transport Set up the MCP config. e.g. 
Options / Features
grpcmcp --help for a full list of options.
- hostportstring - When set, use SSE, and this serves as the server host:port.
- descriptorsstring - Specify file location of the protobuf definitions generated from- buf build -o protos.pbor- protoc --descriptor_set_out=protos.pbinstead of using gRPC reflection.
- reflect- If set, use reflection to retrieve gRPC endpoints instead of descriptor file.
- urlstring - Specify the url of the backend server.
- servicesstring - Comma separated list of fully qualified gRPC service names to filter.
- bearerstring - Token to attach in an- Authorization: Bearerheader.
- bearer-envstring - Environment variable for token to attach in an- Authorization: Bearerheader. Overrides- bearer.
- headerstring (repeatable) - Headers to add in- Key: Valueformat.
Help
Join our Discord at https://discord.gg/hDjx3DehwG
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP server that will proxy to your gRPC backends via reflection or descriptors file.
Related MCP Servers
- -security-license-qualityMCP server to interact with Google produts.Last updated -439MIT License
- -security-license-qualityA proxy service that connects MCP clients to remote MCP servers, allowing users to use server keys from MCP.so to access remote resources without running their own server.Last updated -203MIT License
- -security-license-qualityA secure proxy solution for hosting MCP (Model Context Protocol) servers on Google Cloud Run, allowing teams to share access through IAM authentication while bypassing current MCP authentication limitations.
- JavaScriptMIT License