Atlassian Attachments✓
io.github.alyiox/mcp-atlassian-attachments · v0.1.2
{}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.alyiox/mcp-atlassian-attachments",
"description": "MCP server for downloading Jira and Confluence Cloud attachments by attachment ID.",
"title": "Atlassian Attachments",
"repository": {
"url": "https://github.com/alyiox/mcp-atlassian-attachments",
"source": "github"
},
"version": "0.1.2",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "mcp-atlassian-attachments",
"version": "0.1.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Atlassian Cloud site URL, for example https://yourorg.atlassian.net. Must be HTTPS. Can also be set in ~/.config/mcp-atlassian-attachments/config.json.",
"name": "ATLASSIAN_SITE_URL"
},
{
"description": "Email address used for Atlassian Cloud Basic auth. Can also be set in ~/.config/mcp-atlassian-attachments/config.json.",
"name": "ATLASSIAN_EMAIL"
},
{
"description": "Atlassian Cloud API token. Used as the password in Basic auth. Can also be set in ~/.config/mcp-atlassian-attachments/config.json.",
"isSecret": true,
"name": "ATLASSIAN_API_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}