MCP Gateway
ApiPortal

List supported IDEs

List supported IDE identifiers for config generation (e.g., vscode, cursor, claude, windsurf).

GET
/api/v1/portal/ide-config/supported-ides

Authorization

User API Key
AuthorizationBearer <token>

User API key (mgw_usr_live_* or mgw_usr_test_*)

In: header

access_token?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/portal/ide-config/supported-ides"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}