support for http://$GATEWAY_URL/mcp/<some-mcp> such http://$GATEWAY_URL/mcp/context7? #1856
Dericko681
started this conversation in
General
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working with mcp servers in a kubernetes cluster with the envoy stack. I have deployed the envoy stack from https://aigateway.envoyproxy.io/docs/getting-started/prerequisites and using the mcp config guide from https://github.com/envoyproxy/ai-gateway/blob/main/examples/mcp/mcp_example.yaml
I am using the mcp inspector for testing.
Envoy service is port-forwarded to local host and this works
But for security reasons, I wish to access each mcp server via a path like
npx @modelcontextprotocol/inspector@0.16.8 --cli "$GATEWAY_URL/mcp/context7" --method tools/listornpx @modelcontextprotocol/inspector@0.16.8 --cli "$GATEWAY_URL/github-mcp" --method tools/listIs there support for this in envoy and how i achieve this?
Beta Was this translation helpful? Give feedback.
All reactions