I tried to connect Atlassian MCP-server through github copilot in VS code but not able to do it.
"mcp": {
"servers": {
"atlassian": {
"url": "https://mcp.atlassian.com/v1/sse",
"transport": "sse",
"command": "mcp-atlassian",
"args": [
"--jira-url", "https://your-company.atlassian.net",
"--jira-username", "your.email@company.com",
"--jira-token", "your_api_token",
"--confluence-url", "https://your-company.atlassian.net/wiki",
"--confluence-username", "your.email@company.com",
"--confluence-token", "your_api_token"
],
"env": {},
"disabled": false
}
}
}
Tried with this code but getting this following error while running the server
same issue.
Same issue.
i was facing the same issue. i was using nvm version 12.
My issue got resolved when i switched to nvm version 18. Any other version lower than that I kept getting some error.
please try and update if this resolves your error.
Same issue.
Same here
I have been working with the MCP server, unfortunately, while investigating, I came to the conclusion that plain API keys will not work, you need to use a JWT token, which needs to he provided while processing handshakes with the MCP server, then you can use the approved token to connect woth your code.
Merry Christmas - same issue. It's been working somewhat stable as in "you only had to restart the server" but then it degrades into the invalid_token state and I'm not sure how to fix that. I had this before, and had it resolved - no idea what combination of uninstalling the Atlassian MCP Server or other steps fixed it for me, at least temporarily.