agent-claim-mcp

vk0dev/agent-claim-mcp
★ 0 stars JavaScript AI/LLM Updated 8d ago
Local-first MCP server: parallel AI coding agents (Claude Code, Cursor, Codex) coordinate file ownership via JSON ledger. Three tools, no infra.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-claim-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vk0dev/agent-claim-mcp"
      ]
    }
  }
}

README Excerpt

**Languages:** English · [日本語](./README.ja.md) · [简体中文](./README.zh-CN.md) · [Русский](./README.ru.md) · [Español](./README.es.md) Use Agent Claim MCP when multiple coding agents share one worktree and you need a tiny local coordination primitive before edits, not a full orchestration framework. It gives agents one job: claim paths, detect collisions, and release ownership so parallel work stops stomping the same files.

Tools (1)

claim_files