Skip to content

[gh-316] Add OAuth flow to MCP servers#334

Merged
dwash96 merged 6 commits intocecli-dev:v0.92.1from
gopar:gh-316-add-oauth-mcp-flow
Jan 3, 2026
Merged

[gh-316] Add OAuth flow to MCP servers#334
dwash96 merged 6 commits intocecli-dev:v0.92.1from
gopar:gh-316-add-oauth-mcp-flow

Conversation

@gopar
Copy link
Copy Markdown

@gopar gopar commented Dec 30, 2025

Able to sign into MCP servers via OAuth flow, and store keys under ~/.aider/mcp-oauth-tokens.json

Current issue is that refresh tokens are not being taken into account and restart the OAuth flow again.

To test, add an MCP server that requires OAuth such as atlassian (Jira):

{
  "mcpServers": {
    "atlassian": {
      "transport": "http",
      "url": "https://mcp.atlassian.com/v1/mcp"
    }
  }
}

Closes #316

@gopar gopar marked this pull request as ready for review January 2, 2026 18:50
@dwash96 dwash96 changed the base branch from main to v0.92.1 January 3, 2026 00:20
@dwash96 dwash96 merged commit d19d0c9 into cecli-dev:v0.92.1 Jan 3, 2026
8 checks passed
@dwash96 dwash96 mentioned this pull request Jan 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add OAuth flow to authenticate with MCP servers

2 participants