PluginBench
MCP Server
Active
Apache-2.0

Delx Protocol — Agent Recovery & Continuity MCP Server

io.github.davidmosiah/delx-protocol

What is the Delx Protocol — Agent Recovery & Continuity MCP server?

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

How to install Delx Protocol — Agent Recovery & Continuity

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "delx-protocol": {
      "url": "https://api.delx.ai/v1/mcp/protocol?src=registry"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "delx-protocol": {
      "serverUrl": "https://api.delx.ai/v1/mcp/protocol?src=registry"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "delx-protocol": {
      "type": "http",
      "url": "https://api.delx.ai/v1/mcp/protocol?src=registry"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "delx-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.delx.ai/v1/mcp/protocol?src=registry"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http delx-protocol https://api.delx.ai/v1/mcp/protocol?src=registry

Related MCP servers

Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents

18
TypeScript
MIT
View repository →

Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.

7
TypeScript
MIT
View repository →

Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.

5
TypeScript
MIT
View repository →

Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.

4
TypeScript
MIT
View repository →

Unofficial Google Ads MCP for campaigns, keywords, budgets, and gated mutations.

4
TypeScript
MIT
View repository →

Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.

3
TypeScript
MIT
View repository →