Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to establish connection between Atlassian MCP-server and github copilot in VS code

paramasivam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 24, 2025

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

2025-05-24 17:57:31.858 [info] Stopping server atlassian
2025-05-24 17:57:31.863 [info] Starting server atlassian
2025-05-24 17:57:31.864 [info] Connection state: Starting
2025-05-24 17:57:31.872 [info] Starting server from LocalProcess extension host
2025-05-24 17:57:31.875 [info] Connection state: Running
2025-05-24 17:57:32.679 [info] 401 status sending message to https://mcp.atlassian.com/v1/sse, will attempt to fall back to legacy SSE
2025-05-24 17:57:33.474 [info] Connection state: Error 401 status connecting to https://mcp.atlassian.com/v1/sse as SSE: {"error":"invalid_token","error_description":"Missing or invalid access token"}
2025-05-24 17:57:33.475 [error] Server exited before responding to `initialize` request.
Can someone provide me a solution for this.

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events