primer-mcp

ivanlai/primer-mcp
★ 0 stars Unknown language AI/LLM Updated today
A Jira-lite MCP server that enforces planning-first workflows for AI-assisted development — tickets as markdown files, your AI agent as the interface.
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": {
    "primer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ivanlai/primer-mcp"
      ]
    }
  }
}

README Excerpt

A Jira-lite MCP server that enforces planning-first workflows for AI-assisted development — tickets as markdown files, your AI agent as the interface.