How to configure SSE #352
Unanswered
benamazing
asked this question in
Q&A
Replies: 3 comments 2 replies
-
Hi, @benamazing Did you run the SSE server according to the configuration specified in the readme? Does stdio work properly? If you could provide specific details about what issues you're experiencing, it would be helpful in resolving the problem. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have not found a solution yet. I'm on vacation until mid-August but I'd be happy to discuss when I return. I'll reach out at that time.
Thanks for the response.
…________________________________
From: Jlassi Achraf ***@***.***>
Sent: Thursday, July 24, 2025 6:05:41 AM
To: sooperset/mcp-atlassian ***@***.***>
Cc: kwanzeon ***@***.***>; Comment ***@***.***>
Subject: Re: [sooperset/mcp-atlassian] How to configure SSE (Discussion #352)
Were you able to find a solution? I'm open to discussing it if you'd like.
—
Reply to this email directly, view it on GitHub<#352 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALWMOQHYEYO25PZF4N3NJ733KDK2LAVCNFSM6AAAAAB4FBXOQKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGOBXG43TANI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Back from vacation today. Followed the instructions in the README and it worked right away in cursor. Specifically:
Start the server -
# For SSE transport
docker run --rm -p 9000:9000 \
--env-file /path/to/your/.env \
ghcr.io/sooperset/mcp-atlassian:latest \
--transport sse --port 9000 -vv
Configure in cursor mcp.json -
{
"mcpServers": {
"mcp-atlassian-http": {
"url": "http://localhost:9000/sse"
}
}
}
Thanks for the support!
…________________________________
From: Kevin O'Conner ***@***.***>
Sent: Friday, July 25, 2025 12:48 AM
To: sooperset/mcp-atlassian ***@***.***>; sooperset/mcp-atlassian ***@***.***>
Cc: Comment ***@***.***>
Subject: Re: [sooperset/mcp-atlassian] How to configure SSE (Discussion #352)
I have not found a solution yet. I'm on vacation until mid-August but I'd be happy to discuss when I return. I'll reach out at that time.
Thanks for the response.
________________________________
From: Jlassi Achraf ***@***.***>
Sent: Thursday, July 24, 2025 6:05:41 AM
To: sooperset/mcp-atlassian ***@***.***>
Cc: kwanzeon ***@***.***>; Comment ***@***.***>
Subject: Re: [sooperset/mcp-atlassian] How to configure SSE (Discussion #352)
Were you able to find a solution? I'm open to discussing it if you'd like.
—
Reply to this email directly, view it on GitHub<#352 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALWMOQHYEYO25PZF4N3NJ733KDK2LAVCNFSM6AAAAAB4FBXOQKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGOBXG43TANI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I deployed the MCP server in SSE mode and configured in my AI client (Cursor & Cherry Studio), but not working. Both didn't perform the MCP tools actually. What's the problem?
Beta Was this translation helpful? Give feedback.
All reactions