MCP Server
MCP
io.github.vish288/mcp-atlassian-extended
MCP server for Jira and Confluence — sprints, agile boards, attachments, versions, calendars.
Install
uvx mcp-atlassian-extended
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-atlassian-extended",
"version": "0.6.16",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Jira instance URL (e.g. https://your-domain.atlassian.net)",
"isRequired": true,
"format": "string",
"name": "JIRA_URL"
},
{
"description": "Jira personal access token (also accepts JIRA_PAT)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "JIRA_TOKEN"
},
{
"description": "Confluence instance URL (optional, for Confluence tools)",
"format": "string",
"name": "CONFLUENCE_URL"
},
{
"description": "Confluence personal access token (also accepts CONFLUENCE_PAT)",
"format": "string",
"isSecret": true,
"name": "CONFLUENCE_TOKEN"
},
{
"description": "Restrict to read-only operations (true/false)",
"format": "string",
"name": "ATLASSIAN_READ_ONLY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment