Skip to content

CIMD Doc

Andrew Zimmerman edited this page Aug 20, 2026 · 4 revisions

{ "client_id": "https://your-public-domain.com/mcp-inspector.json", "client_name": "MCP Inspector", "redirect_uris": [ "http://127.0.0.1:6274/oauth/callback", "http://localhost:6274/oauth/callback", "http://127.0.0.1:6274/oauth/callback/debug", "http://localhost:6274/oauth/callback/debug" ], "token_endpoint_auth_method": "none", "grant_types": ["authorization_code", "refresh_token"], "response_types": ["code"] }

Clone this wiki locally