@mulham28/jirac-mcp
v2.4.0
Published
MCP server for Jira powered by jira-core — installed from npm via GitHub Releases
Maintainers
Readme
jirac-mcp for npm
Install the MCP server for Jira (jirac-mcp) with npm.
This package is a thin installer that downloads the matching prebuilt release for your platform during postinstall, so you get the same Rust binary shipped on GitHub Releases — not a separate JavaScript reimplementation.
Docs: https://jirac.keton.id
Install
npm install -g @mulham28/jirac-mcpRegister the MCP server with your CLI
If the jirac CLI is also installed, you can register the server interactively:
jirac mcp installThe interactive picker checks prerequisites (binary on PATH, Jira auth configured) and writes the right config file for your client (Claude Code, Claude Desktop, Cursor, Codex, Gemini CLI, OpenCode, Zed, or a generic JSON snippet).
Without the jirac CLI, register manually — for example, OpenCode:
// ~/.config/opencode/opencode.jsonc
{
"mcp": {
"jira": {
"type": "local",
"command": ["jirac-mcp", "serve", "--transport", "stdio"],
"enabled": true
}
}
}Or Codex CLI:
codex mcp add jira -- jirac-mcp serve --transport stdioCompanion packages
| Package | Crate | What it ships |
|---|---|---|
| @mulham28/jirac | jira-commands | The Jira CLI + TUI (jirac binary) |
| @mulham28/jirac-mcp | jira-mcp | The MCP server (jirac-mcp binary) — this package |
The CLI and the MCP server are independent — install whichever you need.
License
MIT OR Apache-2.0
