Long Running Harness Kit
MCP Serverby majiayu000 · Added 5mo ago
Claude
76
Install
git clone https://github.com/majiayu000/claude-skill-registryAdd to Claude
claude mcp add long-running-harness-kitQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"long-running-harness-kit": {
"command": "npx",
"args": [
"@modelcontextprotocol/long-running-harness-kit"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Design long-running agent harnesses with resumable checkpoints and initializer/coder handoffs. Use when tasks span multiple sessions or require recovery after interruption.
Tags
developmentskill