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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.