a2atlassian for Grok
io.github.agentic-eng/a2atlassian
Jira & Confluence for AI agents. Pre-configured connections, compact output.
client:Grok
transport:stdio
runtime:pypi
Install a2atlassian in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"a2atlassian": {
"type": "stdio",
"command": "uvx",
"args": [
"a2atlassian"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs