mcpbeat Sign in

Gitscrum Core MCP Server

by gitscrum-core Your server? Claim it
local only

Gitscrum Core runs on your own machine — the client starts it, so there is no endpoint to ping. 72 installs a week from npm. Last commit 13 Feb 2026.

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

Installs per day peak 22 · avg 12 · +125% w/w
a month agotoday
72
Installs / week
npm · @gitscrum-studio/mcp-server
5
Stars
1 open issues
13 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: GITSCRUM_API_URL (GitScrum API base URL), GITSCRUM_TOKEN (GitScrum API authentication token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gitscrum Core

same job, measured the same way
Gitscrum
by gitscrum

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

local only
Linear
by linear

MCP server for Linear project management and issue tracking

answering
Runlane
by runlane

Kanban board for teams and coding agents: manage tasks, subtasks, sprints and wiki pages via MCP.

answering
P4plan MCP
by perforce

MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API.

23 installs/wk local only
Trello
by scaratec

MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini

85 installs/wk local only
Clickup
by mcparmory

Manage tasks, lists, checklists, comments, and project workflows

247 installs/wk local only
Sentry MCP
by getsentry

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

109 025 installs/wk local only
ClickUp MCP Server
by retailbox-automation

Audit ClickUp workspaces: spaces, folders, lists, custom fields, tasks, and views.

local only

Gitscrum Core — questions

Answers built from our own checks of this server.

Why is there no uptime for Gitscrum Core?
Gitscrum Core 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 @gitscrum-studio/mcp-server was installed 72 times last week.
How do I connect Gitscrum Core?
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 @gitscrum-studio/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Gitscrum Core?
The npm package @gitscrum-studio/mcp-server was installed 72 times in the last week. Week over week that is +125%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gitscrum Core open source?
Yes — it is published under the MIT licence, written in TypeScript, 5 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.