...
{
"mcpServers": {
"mcp-atlassian": {
"command": "npx.cmd",
"args": [
"-y",
"mcp-remote",
"https://amrittools.piramalswasthya.org/atlassian/mcp",
"--header",
"X-Atlassian-Jira-Url: https://support.piramalfoundation.org/jira",
"--header",
"X-Atlassian-Jira-Personal-Token: <YOUR_JIRA_TOKEN>",
"--header",
"X-Atlassian-Confluence-Url: https://pmp.piramalswasthya.org/confluence",
"--header",
"X-Atlassian-Confluence-Personal-Token: <YOUR_CONFLUENCE_TOKEN>"
]
}
}
}
Replace:<YOUR_JIRA_TOKEN><YOUR_CONFLUENCE_TOKEN>
...