Skip to content

Instantly share code, notes, and snippets.

@lazybean
Created June 18, 2026 14:52
Show Gist options
  • Select an option

  • Save lazybean/e927321dce65b5346b9366fa5a866ebd to your computer and use it in GitHub Desktop.

Select an option

Save lazybean/e927321dce65b5346b9366fa5a866ebd to your computer and use it in GitHub Desktop.
{
"client_id": "PLACEHOLDER",
"redirect_uris": [
"http://localhost:6274/oauth/callback",
"http://localhost:6274/oauth/callback/debug"
],
"token_endpoint_auth_method": "none",
"grant_types": ["authorization_code", "refresh_token"],
"response_types": ["code"],
"client_name": "MCP Inspector",
"client_uri": "https://github.com/modelcontextprotocol/inspector",
"scope": "coral:mcp"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment