From claude code side, I have it working with ALL MCP servers I want(sentry, playwright, firestore) EXCEPT jira MCP server which constantly says
"> /mcp
⎿ Authentication successful, but server reconnection failed. You may need to manually restart Claude Code for the changes to take effect."
I restart and still does not work.
On the flipside, claude.ai works fine but I think uses a different auth process with atlassian perhaps? so the atlassian MCP server works!!! but only on claude.ai
soooo, is this a jira atlassian MCP server bug for auth or a claude code bug. linking claude code issue -> https://github.com/anthropics/claude-code/issues/9127
I run into this every now and then with different clients. Codex. Claude Code. Cursor.
I usually switch between direct SSE server to proxy like below
VERY odd as sentry MCP server uses same protocol and is working so is it claude or jira ->
"atlassian": {
"type": "http",
"url": "https://mcp.atlassian.com/v1/sse"
},
"sentry": {
"type": "http",
"url": "https://mcp.sentry.dev/mcp"
}
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.