mcpbeat Sign in

ProjectPulse MCP Server

local only

ProjectPulse MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 227 installs a week from npm. Last commit 8 Sep 2026.

Monitor GitHub repo health, DORA metrics and CI signals from your AI assistant.

Installs per day peak 142 · avg 4
a month agotoday
227
Installs / week
npm · projectpulse-mcp
1
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check ProjectPulse 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 github-projectpulse-mcp -- npx -y projectpulse-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "github-projectpulse-mcp": {
      "args": [
        "-y",
        "projectpulse-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.github-projectpulse-mcp]
command = "npx"
args = ["-y", "projectpulse-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "github-projectpulse-mcp": {
      "args": [
        "-y",
        "projectpulse-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "github-projectpulse-mcp": {
      "args": [
        "-y",
        "projectpulse-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GITHUB_TOKEN (GitHub personal access token. Optional - public repos work without it; raises rate limits and enables private repository access.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ProjectPulse MCP

same job, measured the same way
ActionsPulse
by tsviz

Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.

local only
MoodleMCP
by moodlemcp

Connect your Moodle to AI assistants: courses, content, grading and reports from the chat.

answering
Arlet
by arlet

Create, deploy, and operate MCP servers directly from your GitHub repositories.

answering
LDAP Assistant MCP
by droideck

MCP server for 389 Directory Server health diagnostics, log analysis, and SOS-report investigation

54 installs/wk local only
Github Repo MCP
by thedhruv-07

MCP server for GitHub repo health, commit summaries, issue triage, and RAG Q&A.

143 installs/wk local only
X402 Repohealth MCP
by liminalpepe

Free MCP server: compute a GitHub repo maintenance/abandonment health score from live data.

30 installs/wk local only
C
Github MCP Server
by thenextgennexus

GitHub repo analytics: stars, trending, code search, contributor maps for project research.

4 tools answering
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

38 installs/wk local only

ProjectPulse MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for ProjectPulse MCP?
ProjectPulse 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 npm package projectpulse-mcp was installed 227 times last week.
How do I connect ProjectPulse 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 projectpulse-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use ProjectPulse MCP?
The npm package projectpulse-mcp was installed 227 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ProjectPulse MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.