Skip to content
Claude Desktop

Delx Protocol — Agent Recovery & Continuity for Claude Desktop

io.github.davidmosiah/delx-protocol

Free agent continuity MCP: resume after compaction, warm handoff, recover from failure. No key.

client:Claude Desktop transport:streamable-http tools:30

Install Delx Protocol — Agent Recovery & Continuity in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "delx-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.delx.ai/v1/mcp/protocol?src=registry"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

All 30 tools →

Delx Protocol — Agent Recovery & Continuity in other clients