Loading languages...
GG

ggRMCP

@aalobaidi2

ggRMCP is a gateway that converts gRPC services into MCP-compatible tools, allowing AI models like Claude to directly call your gRPC services. It acts as a translator between the gRPC world and the MCP ecosystem, providing seamless integration without requiring modifications to existing gRPC services.

gRPC
AI
Claude
Gateway

# mcpServer Config

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

# stdio

./build/grmcp --grpc-host=localhost --grpc-port=50051 --http-port=50053 --log-level=debug
Transport:
stdio
言語:
Go
作成日:7/16/2025
更新日:7/31/2025
ホームページ: