MacWulf/jira-delivery-mcp
Jira delivery toolkit with an MCP server, workflow-aware policies, and optional Codex skills.
Platform-specific configuration:
{
"mcpServers": {
"jira-delivery-mcp": {
"command": "npx",
"args": [
"-y",
"jira-delivery-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Jira Delivery MCP is a Jira operations toolkit centered around a local MCP server, reusable policy modules, and an optional Codex skill package.
It is built for teams that want AI-assisted Jira execution without losing deterministic tooling, workflow awareness, or auditability.
Use this project if you want an assistant to help with Jira work such as:
Typical flow:
| Area | Status | Notes | | --- | --- | --- | | Jira Cloud | Supported | Current implementation targets Jira Cloud REST APIs | | Confluence integration | Optional | Only active when Confluence config is present | | Team-managed projects | Supported | Discovery and execution are tenant-aware | | Company-managed projects | Supported | Admin behavior is more sensitive and should be validated carefully | | Workflow mutation | Supported with caution | Validate before rollout; treat as high-impact admin work
Loading reviews...