Long Running Agent

MCP Server

by majiayu000 · Added 5mo ago

Claude
76

Install

git clone https://github.com/majiayu000/claude-skill-registry

Add to Claude

claude mcp add long-running-agent

Quick Setup Config

Copy & paste ready

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "long-running-agent": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/long-running-agent"
      ]
    }
  }
}

Paste into your Claude Desktop config file, then restart Claude.

About

Framework for building AI agents that work effectively across multiple context windows on complex, long-running tasks. Use when building agents for multi-hour/multi-day projects, implementing persistent coding workflows, creating systems that need state management across sessions, or when an agent needs to make incremental progress on large codebases. Provides initializer and coding agent patterns, progress tracking, feature management, and session handoff strategies.

Tags

securitygotestinggitskill

From Our Store

View all →
Claude Code

Claude Code Power User Kit

$39+

Advanced Claude Code skills and configurations

Toolkit

AI Coding Agent Blueprints

$49+

Workflow blueprints for AI coding agents