After adding the mcp-server to cursor as below:
"atlassian-sample": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
]
},
cursor can't load any tool, when use cmd to debug, get below error:
[17616] Using automatically selected callback port: 5598
[17616] [17616] Connecting to remote server: https://mcp.atlassian.com/v1/sse
[17616] Using transport strategy: http-first
Could not load OAuth Protected Resource metadata, falling back to /.well-known/oauth-authorization-server Error: Resource server does not implement OAuth 2.0 Protected Resource Metadata.
at discoverOAuthProtectedResourceMetadata (file:///C:/Users/david.zhang/AppData/Local/nvm/v22.16.0/node_modules/mcp-remote/dist/chunk-QAIZEZGG.js:11948:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async auth (file:///C:/Users/david.zhang/AppData/Local/nvm/v22.16.0/node_modules/mcp-remote/dist/chunk-QAIZEZGG.js:11842:30)
at async StreamableHTTPClientTransport.send (file:///C:/Users/david.zhang/AppData/Local/nvm/v22.16.0/node_modules/mcp-remote/dist/chunk-QAIZEZGG.js:12900:26)
[17616] Connection error: TypeError: fetch failed
at node:internal/deps/undici/undici:13510:13
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async registerClient (file:///C:/Users/david.zhang/AppData/Local/nvm/v22.16.0/node_modules/mcp-remote/dist/chunk-QAIZEZGG.js:12085:20)
at async auth (file:///C:/Users/david.zhang/AppData/Local/nvm/v22.16.0/node_modules/mcp-remote/dist/chunk-QAIZEZGG.js:11858:29)
at async StreamableHTTPClientTransport.send (file:///C:/Users/david.zhang/AppData/Local/nvm/v22.16.0/node_modules/mcp-remote/dist/chunk-QAIZEZGG.js:12900:26) {
[cause]: ConnectTimeoutError: Connect Timeout Error (attempted address: atlassian-remote-mcp-production.atlassian-remote-mcp-server-production.workers.dev:443, timeout: 10000ms)
at onConnectTimeout (node:internal/deps/undici/undici:2602:28)
at Immediate._onImmediate (node:internal/deps/undici/undici:2568:35)
at process.processImmediate (node:internal/timers:485:21) {
code: 'UND_ERR_CONNECT_TIMEOUT'
}
}