Skip to content

OAuth Remote MCP Login #159

@Nikhil-Anand-DSG

Description

@Nikhil-Anand-DSG

I'm trying to connect to a remote MCP server that requires OAuth authentication (specifically Honeycomb MCP at https://mcp.honeycomb.io/mcp).

What I'm looking for:

The same authentication flow that Copilot CLI provides - where it detects that auth is needed, opens a browser for the user to sign in, and then captures the token for subsequent requests.

Current setup:
mcp_servers = [
{
"name": "honeycomb",
"type": "http",
"url": "https://mcp.honeycomb.io/mcp"
}
]

In Copilot CLI itself, it works fine. But in the SDK I am getting 405 error

Questions:

  1. Does the SDK support OAuth/browser-based auth flows for MCP servers?
  2. If so, what's the correct configuration to enable it?
  3. If not, is there a recommended workaround or is this on the roadmap?

Any guidance would be appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions