Odel
grpc invoke mcp

grpc invoke mcp

Local
@grulex1JavaScriptMITUpdated 3mo ago

MCP server for describing and invoking gRPC methods

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@grulex/grpc-invoke-mcpv0.1.5

Run

npx -y @grulex/grpc-invoke-mcp

MCP client config

{
  "mcpServers": {
    "grpc-invoke-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@grulex/grpc-invoke-mcp"
      ]
    }
  }
}