Skip to content

MCP OAuth Failing with status 500 error. #827

@gaelph

Description

@gaelph

Hi !

We are experiencing OAuth discovery/registration issues with the Alter client (from https://alterhq.com)

The client initiates the authentication process, but when going through the registration process, the request fails with a 500 status code and no other information.

The request being sent is:

POST https://api.supermemory.ai/api/auth/mcp/register
Content-Type: application/json

{
  "redirect_uris": [
    "alter:\/\/oauth\/mcp\/callback"
  ],
  "token_endpoint_auth_method": "none",
  "scope": "openid profile email offline_access",
  "grant_types": ["authorization_code","refresh_token"],
  "response_types": ["code"],
  "client_name":"Alter"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions