mcpbeat Sign in

Primer MCP Server

local only

Primer MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 135 installs a week from pypi. Last commit 28 Aug 2026.

A Jira-lite MCP server that guides planning-first workflows for AI-assisted development.

Installs per day peak 625 · avg 86 · -27% w/w
a month agotoday
135
Installs / week
pypi · primer-mcp
0
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
HTML

Nothing serious here today

Today is the operative word: we check Primer MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add primer-mcp -- uvx primer-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "primer-mcp": {
      "args": [
        "primer-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.primer-mcp]
command = "uvx"
args = ["primer-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "primer-mcp": {
      "args": [
        "primer-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "primer-mcp": {
      "args": [
        "primer-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Primer MCP

same job, measured the same way
Gitscrum Core
by gitscrum-core

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

72 installs/wk local only
Gitscrum
by gitscrum

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

local only
C
Alces MCP
by moosejudge

Alces for Jira Data Center — MCP server bridging Jira DC/JSM with AI agents

403 installs/wk local only
Kagan
by kagan-sh

AI-powered Kanban TUI for autonomous development workflows with agent orchestration

563 installs/wk local only
Qtm4j MCP Server
by salehrifai42

MCP server for QMetry Test Management for Jira (QTM4J): test cases, cycles, executions, plans.

45 installs/wk local only
Linear-Task-Broker
by evozim

Integrates agents with Linear software development workflows.

answering
Sentry MCP
by getsentry

MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants

109 025 installs/wk local only
QTM4J
by denis-platonov

MCP server for QMetry Test Management for Jira (QTM4J) Open API.

26 installs/wk local only

Primer MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Primer MCP?
Primer MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package primer-mcp was installed 135 times last week.
How do I connect Primer MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls primer-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Primer MCP?
The pypi package primer-mcp was installed 135 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Primer MCP open source?
Yes — it is published under the MIT licence, written in HTML and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.