mcpbeat Sign in

Agent Claim MCP Server

local only

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

File-claim coordination for parallel AI coding agents: claim files before edits, no stomping.

Installs per day peak 14 · avg 6 · +152% w/w
a month agotoday
49
Installs / week
npm · @vk0/agent-claim-mcp
0
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

Alternatives to Agent Claim MCP

same job, measured the same way
I
dibs
by polymatx

Coordination for parallel coding agents: file claims, enforcement hooks, git-native lessons.

local only
Tirith
by eabz

Coordination server for parallel coding agents: claims, contracts, notices, and memory notes.

local only
Marrow
by aryawidjaja

Shared memory for parallel AI coding agents. Local, free, with rooms and file claims.

local only
Pullboard
by pullboard

Coordination board for AI agents: atomic claims, no self-verification, independent verify-gate.

answering
Parley
by weldra

Coordination hub for AI coding agents: message teammates, ask humans, audit every event.

answering
Octopus Blackboard
by octoryn

Shared memory & coordination for AI coding agents — a blackboard, not an orchestrator.

55 installs/wk local only
Consensus
by masterblaster14

Coordination for AI coding agents: declare plans, catch design conflicts early, share team memory.

answering
Anno
by philmingdao

Local-first HTML review, editing, and annotation for AI coding agents.

45 installs/wk local only

Agent Claim MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Claim MCP?
Agent Claim 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 @vk0/agent-claim-mcp was installed 49 times last week.
How do I connect Agent Claim 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 @vk0/agent-claim-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Claim MCP?
The npm package @vk0/agent-claim-mcp was installed 49 times in the last week. Week over week that is +152%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Claim MCP open source?
Yes — it is published under the MIT licence, written in JavaScript 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.