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
I had to go to the Settings for the Atlassian MCP server within VS Code and allow my model to access it, now it works properly for me.
can you please provide more details like snapshot etc..
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.