Hi,
I am trying to connect curson on https://mcp.atlassian.com/v1/sse, it brings me to the login page, I accept, it moves me back to cursor to accept the redirect but when I do I get this error :
I am having the exact same issue. Would love an answer as well.
I'm also having this issue, but it works in VSCode
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jason Myers How do you trigger a LLM search from VSCode easily? I would like to test it in VSCode if I'm having the same issue as you?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So I got it to work in Cursor now also:
"atlassian": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.atlassian.com/v1/sse"
]
}Then my prompt is something like:
Let's create a plan for jira ticket AIP-237 and store it in a markdown document. don't worry about timelines just focus on the development tasks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Daniel McKenzie The HTTP 400 error during OAuth usually means the callback failed due to an invalid or expired code, a mismatch in redirect URI, or the domain not being whitelisted. Make sure your Cursor setup includes a valid redirect URI that's registered and whitelisted with Atlassian. Also confirm your MCP access is enabled and the session token exchange isn’t blocked by browser settings or network restrictions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.