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=registryRelated MCP servers
Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents
18
View repository →TypeScript
MIT
Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.
7
View repository →TypeScript
MIT
Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.
5
View repository →TypeScript
MIT
Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.
4
View repository →TypeScript
MIT
Unofficial Google Ads MCP for campaigns, keywords, budgets, and gated mutations.
4
View repository →TypeScript
MIT
Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.
3
View repository →TypeScript
MIT