Feature Request: Authorization: Bearer header middleware for hosted MCP endpoint #1551
mishaal-cloud
started this conversation in
Ideas
Replies: 1 comment
-
|
@mishaal-cloud this is already supported. the MCP endpoint at |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi Hindsight team,
We're running Hindsight at
hindsight.ascendgtm.netvia Cloudflare Tunnel and would like to expose the MCP endpoint to external agents securely.Currently the MCP server doesn't appear to support
Authorization: Bearer <token>header validation middleware. This would allow us to:wrangler secret put HINDSIGHT_BEARER_TOKEN) for CI/CD workflowsRequest: Please add optional
Authorization: Bearermiddleware to the Hindsight MCP server — either as an env var (e.g.,HINDSIGHT_BEARER_TOKEN) or via config.We're happy to contribute a PR if you can point us to the right place in the codebase. Once shipped, we'd like to set the bearer token and validate the secured endpoint.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions