grpcmcp
grpcmcp
제공된 설명자 파일이나 리플렉션을 사용하여 grpc 백엔드로 프록시하는 간단한 MCP 서버입니다.
빠른 시작
바이너리를 설치합니다:
go install .또는go install github.com/adiom-data/grpcmcpgo bin 디렉터리가 PATH에 있는지 확인합니다.터미널에서 grpc server
go run example/main.go예제를 실행합니다. 이렇게 하면 서버 리플렉션이 활성화된 8090 포트에서 grpc 상태 관리 서비스가 시작됩니다. 이 서비스는 grpcmcp가 연결할 기본 포트에서 실행됩니다.SSE 전송 다른 터미널에서
grpcmcp --hostport=localhost:3000 --reflect실행합니다.hostport지정하면 SSE가 사용됩니다. SSE 엔드포인트는http://localhost:3000/sse에서 제공됩니다.STDIN 전송 MCP 구성을 설정합니다. 예:
지엑스피1
Related MCP server: MCP Manager
옵션/기능
전체 옵션 목록을 보려면 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재정의합니다.header문자열(반복 가능) -Key: Value형식으로 추가할 헤더입니다.
돕다
https://discord.gg/hDjx3DehwG 에서 Discord에 가입하세요.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceGateway MCP Server - Route MCP requests intelligently to multiple backend servers.3MIT
- Alicense-qualityAmaintenanceSelf-hosted MCP proxy and aggregation platform. Register multiple upstream MCP servers and expose them through a single unified endpoint with namespace routing, multi-transport support (HTTP/SSE, stdio, OpenAPI→MCP), per-tool overrides, and a web admin UI.16MIT
- Flicense-qualityCmaintenanceAggregate, route, and orchestrate multiple MCP backend servers behind a single MCP endpoint.
- Alicense-qualityBmaintenanceCentralized MCP control plane that proxies multiple upstream MCP servers with tool namespacing, filtering, policy enforcement, audit logging, and health checks.7MIT
Related MCP Connectors
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
MCP server for interacting with the Supabase platform
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
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