a2atlassian for VS Code
io.github.agentic-eng/a2atlassian
Jira & Confluence for AI agents. Pre-configured connections, compact output.
client:VS Code
transport:stdio
runtime:pypi
Install a2atlassian in VS Code
.vscode/mcp.json
{
"servers": {
"a2atlassian": {
"type": "stdio",
"command": "uvx",
"args": [
"a2atlassian"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs