MCP Server OAuth support #4656
deepaknlwl
started this conversation in
1. Feature requests
Replies: 0 comments
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.
-
MCP servers requiring OAuth authentication fail with 401 errors
Problem
When connecting to remote MCP (Model Context Protocol) servers that require OAuth 2.1 authentication, KiloCode fails with 401 (Unauthorized) errors. The extension does not support OAuth authentication flows, making it impossible to use MCP servers that require bearer token authentication.
Description
Remote MCP servers using SSE (Server-Sent Events) or Streamable HTTP transports often require OAuth 2.1 bearer token authentication. When KiloCode attempts to connect to these servers:
This affects any MCP server that:
Beta Was this translation helpful? Give feedback.
All reactions