grpcmcpServer

adiom-data
GitHub
gRPCMCPProxy

Loading subscription status...

💡 Description

A simple MCP server that proxies a gRPC backend based on provided descriptor files or using reflection.

📝 JSON Entries

{
  "mcpServers": [
    {
      "grpcmcp": {
        "args": [
          "--reflect"
        ],
        "command": "grpcmcp"
      }
    }
  ]
}

Features

  • Supports gRPC reflection.
  • Configurable via command-line arguments.
  • Allows for remote proxying of gRPC servers.