-
Notifications
You must be signed in to change notification settings - Fork 615
[FEATURE][AUTH]: API key auth support through query params #1580
Description
🧭 Type of Feature
Please select the most appropriate category:
- Enhancement to existing functionality
- New feature or capability
- New MCP-compliant server
- New component or integration
- Developer tooling or test improvement
- Packaging, automation and deployment (ex: pypi, docker, quay.io, kubernetes, terraform)
- Other (please describe below)
🧭 Epic
Title: API Key support through queryparams
Goal: Currently MCP Context forge only supports API Key authentication to remote mcp servers only through headers.Need to extend the API key support to queryparams as well.For eg:Tavily remote mcp server supports API Key through queryparams.
Why now: :
Multiple third-party MCP servers are adopting queryparam-based API key authentication. Without this enhancement, MCP Context Forge users cannot integrate with such servers. Expanding support will remove integration barriers and align with broader MCP ecosystem patterns.
🙋♂️ User Story 1
As a: Developer integrating remote MCP servers
I want: The ability to configure API key authentication via query parameters in the Context Forge gateway