io.github.vish288/mcp-atlassian-extended✓
io.github.vish288/mcp-atlassian-extended · v0.6.13
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.vish288/mcp-atlassian-extended",
"description": "MCP server for Jira and Confluence — sprints, agile boards, attachments, versions, calendars.",
"repository": {
"url": "https://github.com/vish288/mcp-atlassian-extended",
"source": "github"
},
"version": "0.6.13",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-atlassian-extended",
"version": "0.6.13",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}