mock-jira

techindicium/mock-jira
★ 0 stars Python API Integration Updated 3d ago
Mock JIRA-shaped issue tracker (API + kanban UI + MCP server) for the adev-course training workspace
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mock-jira": {
      "command": "uvx",
      "args": [
        "mock-jira"
      ]
    }
  }
}

Or install with pip: pip install mock-jira

README Excerpt

A standalone mock of a JIRA-shaped issue-tracking API for the adev course tracks to consume as an external system dependency. Required by the `portwell-portal` (SDLC) and `portwell-analytics` (DDLC) tracks. Independent repo: no dependency on `course-shared`, the other `mock-*` repos, or any track repo.