PluginBench
MCP Server

io.github.vk0dev/agent-claim-mcp MCP Server

io.github.vk0dev/agent-claim-mcp

What is the io.github.vk0dev/agent-claim-mcp MCP server?

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

How to install io.github.vk0dev/agent-claim-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-claim-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vk0/agent-claim-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-claim-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vk0/agent-claim-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-claim-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vk0/agent-claim-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-claim-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@vk0/agent-claim-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add agent-claim-mcp -- npx -y @vk0/agent-claim-mcp

Related MCP servers

Dependency graph and blast-radius analysis for local TypeScript/JavaScript repos.

1
TypeScript
MIT
View repository →

Cost Guard for Claude Code: per-tool ROI, subagent attribution, anomaly/forecast/budget guards.

0
TypeScript
MIT
View repository →