Skip to content
VS Code

agent claim mcp for VS Code

io.github.vk0dev/agent-claim-mcp

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

client:VS Code transport:stdio runtime:npm

Install agent claim mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-claim-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@vk0/agent-claim-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agent claim mcp in other clients