LogoSTMCP
Download
ggRMCP

ggRMCP - gRPC to MCP Gateway

ggRMCP is a high-performance Go-based gateway that converts gRPC services into MCP-compatible tools, enabling AI models like Claude to directly call gRPC services without modifications.

Tools

1. hello_helloservice_sayhello

Calls the SayHello method of the hello service to greet a user with provided name and email.

Open Graph image for ggRMCP - gRPC to MCP Gateway

JSON Config

{
  "mcpServers": {
    "grpc-gateway": {
      "command": "mcp-remote",
      "args": ["http://localhost:50053"],
      "env": {}
    }
  }
}

Useful Links

Information

Categories