A Jira-lite MCP server that enforces planning-first workflows for AI-assisted development — tickets as markdown files, your AI agent as the interface.
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"
]
}
}
}
Run in terminal:
claude mcp add primer-mcp npx -y ivanlai/primer-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"primer-mcp": {
"command": "npx",
"args": [
"-y",
"ivanlai/primer-mcp"
]
}
}
}