-
Notifications
You must be signed in to change notification settings - Fork 1.3k
mcp: support auth by HTTP Basic Auth #2888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
PR: #2886 |
CC: @tzolov thx |
related mcp issue: modelcontextprotocol/java-sdk#204 |
Why not |
Thank you for your comment. HTTP Basic Auth is indeed a more suitable solution for authentication scenarios
|
|
Thank you for your related sharing, I will adjust the plan to achieve authentication more securely |
Support a way to auth client-server connection.
I think it's necessary, such as, When using Claude Desktop to connect to a remote MCP Server, only one URL can be filled in. If identity authentication and authorization are implemented, passing information from the request parameters is a good choice.
Claude mcp config example:
[discard] support request params such as:
support 'HTTP Basic Auth' such as:
The text was updated successfully, but these errors were encountered: