1. hello_helloservice_sayhello
Calls the SayHello method of the hello service to greet a user with provided name and email.
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.
{
"mcpServers": {
"grpc-gateway": {
"command": "mcp-remote",
"args": ["http://localhost:50053"],
"env": {}
}
}
}