feat: add mcp oauth cimd support - #3406
Open
taciturnaxolotl wants to merge 1 commit into
Open
Conversation
Publishes a Client ID Metadata Document and offers it to authorization servers first, falling back to dynamic client registration. CIMD is the registration method preferred by the MCP 2025-11-25 spec and lets servers show "Crush" with its metadata on the consent screen.
taciturnaxolotl
force-pushed
the
mcp-oauth-cimd
branch
from
July 23, 2026 02:57
f776abd to
0c46bcc
Compare
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.
builds on #2911
this requires hosting this file at
https://charm.land/.well-known/oauth-client.jsonor somewhere similar{ "client_id": "https://raw.githubusercontent.com/charmbracelet/crush/refs/heads/mcp-oauth/oauth-client-metadata.json", "client_name": "Crush", "client_uri": "https://github.com/charmbracelet/crush", "redirect_uris": [ "http://localhost:40704/callback", "http://localhost:40705/callback", "http://localhost:40706/callback", "http://localhost:40707/callback", "http://localhost:40708/callback", "http://localhost:40709/callback", "http://localhost:40710/callback", "http://localhost:40711/callback", "http://localhost:40712/callback", "http://localhost:40713/callback" ] }