Cursor
Cursor wspiera zdalny Streamable HTTP, OAuth, statyczne credentials OAuth oraz custom headers.
Minimalna konfiguracja OAuth/DCR:
json
{
"mcpServers": {
"jamrelay": { "url": "https://mcp.example.com/mcp" }
}
}Aktualne callbacki dokumentowane przez Cursor:
text
Web / Cursor Agents: https://www.cursor.com/agents/mcp/oauth/callback
Desktop: http://localhost:8787/callbackDla konkretnej wersji można też użyć static OAuth:
json
{
"mcpServers": {
"jamrelay": {
"url": "https://mcp.example.com/mcp",
"auth": {
"CLIENT_ID": "${env:JAMRELAY_OAUTH_CLIENT_ID}",
"CLIENT_SECRET": "${env:JAMRELAY_OAUTH_CLIENT_SECRET}"
}
}
}
}Albo Bearer w headers.Authorization. Status: ścieżka protokołu jest zaimplementowana, ale bieżący Cursor nie jest jeszcze oznaczony jako ręcznie zweryfikowany w tym release.