grpcmcp

grpcmcp

12

grpcmcp is a Model Context Protocol server that acts as a proxy to a gRPC backend, supporting features like service reflection and secure connection options. It is designed for ease of use with customizable options for backend communication.

How do I install grpcmcp?

You can install grpcmcp by running go install . or go install github.com/adiom-data/grpcmcp. Ensure that your Go binary directory is included in your PATH.

What is the default port for grpcmcp?

The default port for grpcmcp is 8090, which is used when running the example gRPC server with server reflection enabled.

Can I use grpcmcp without a descriptor file?

Yes, grpcmcp can use gRPC reflection to retrieve service endpoints, which eliminates the need for a descriptor file.

How do I specify headers for gRPC requests?

You can specify headers using the --header option in the format Key: Value. This option is repeatable for multiple headers.

Is there a community or support channel for grpcmcp?

Yes, you can join the Discord community for support and discussions at https://discord.gg/hDjx3DehwG.