feat(proxy): add MCP authorization flow with OAuth proxy#244
Merged
TarasSpashchenko merged 6 commits intomainfrom Apr 10, 2026
Merged
feat(proxy): add MCP authorization flow with OAuth proxy#244TarasSpashchenko merged 6 commits intomainfrom
TarasSpashchenko merged 6 commits intomainfrom
Conversation
Intercept MCP OAuth auth requests through CodeMie proxy for traceability and client_name branding. Introduces /mcp_auth and /mcp_relay URL scheme with response URL rewriting, origin discovery, SSRF protection via private-network filtering, and TTL-based origin expiration. Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
Add per-origin cookie jar to persist session cookies across MCP requests, pass transport explicitly to OAuth flow handler, and clean up comments. Also fix gitleaks allowlist to match .mcp.json.lock files. Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
Document the MCP authorization proxy feature in README, COMMANDS, ARCHITECTURE-PROXY, AUTHENTICATION, EXAMPLES, and internal guides (architecture, external-integrations). Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
8nevil8
approved these changes
Apr 10, 2026
Adds `codemie mcp add [--scope <scope>] <name> <url>` command that delegates to `claude mcp add [--scope] <name> -- codemie-mcp-proxy <url>`, eliminating the need to know the proxy binary name or argument order. Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
src/mcp/module:StdioHttpBridge,McpOAuthProvider,CallbackServer, and proxy loggermcp-auth.plugin.tsSSO proxy plugin handling MCP protocol specifics (initialize, tool calls, OAuth metadata)codemie mcp-proxy <url>CLI command andbin/codemie-mcp-proxy.jslightweight entry point@modelcontextprotocol/clientand@modelcontextprotocol/serverdependencies.gitignoreand.gitleaks.tomlto exclude.mcp.jsonconfig filesImpact
Enables Claude Code (and other MCP clients) to connect to OAuth-protected MCP servers through CodeMie's SSO proxy, handling the full authorization flow transparently via stdio.
Checklist