a2atlassian for Cursor
io.github.agentic-eng/a2atlassian
Jira & Confluence for AI agents. Pre-configured connections, compact output.
client:Cursor
transport:stdio
runtime:pypi
Install a2atlassian in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"a2atlassian": {
"type": "stdio",
"command": "uvx",
"args": [
"a2atlassian"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs