-
securityA
license-
qualityThis MCP server allows you to connect MCP clients with Toolhouse's tools.
Last updated -
8
Python
MIT License
提供された記述子ファイルに基づいて、またはリフレクションを使用して grpc バックエンドにプロキシするシンプルな MCP サーバー。
go install .
またはgo install github.com/adiom-data/grpcmcp
go bin ディレクトリが PATH 内にあることを確認します。go run example/main.go
を実行します。これにより、サーバーリフレクションが有効になった状態で、ポート8090でgrpc healthサービスが起動します。これはgrpcmcpが接続するデフォルトポートで実行されることに注意してください。grpcmcp --hostport=localhost:3000 --reflect``hostport
実行します。hostportを指定するとSSEが使用されます。SSEエンドポイントはhttp://localhost:3000/sse
で提供されます。オプションの完全なリストについては、 grpcmcp --help
。
hostport
文字列 - 設定されている場合、SSE が使用され、これがサーバーのホスト:ポートとして機能します。descriptors
文字列 - gRPC リフレクションを使用する代わりに、 buf build -o protos.pb
またはprotoc --descriptor_set_out=protos.pb
から生成された protobuf 定義のファイルの場所を指定します。reflect
- 設定されている場合、記述子ファイルの代わりにリフレクションを使用して gRPC エンドポイントを取得します。url
文字列 - バックエンド サーバーの URL を指定します。services
文字列 - フィルタリングする完全修飾 gRPC サービス名のカンマ区切りリスト。bearer
文字列 - Authorization: Bearer
ヘッダーに添付するトークン。bearer-env
文字列 - Authorization: Bearer
ヘッダーに添付するトークンの環境変数。bearer bearer
オーバーライドします。header
列 (繰り返し可能) - Key: Value
形式で追加するヘッダー。Discordにご参加ください: https://discord.gg/hDjx3DehwG
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
リフレクションまたは記述子ファイルを介して gRPC バックエンドにプロキシする MCP サーバー。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adiom-data/grpcmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server