Skip to content
Cursor

Delx MCP Server for Cursor

io.github.davidmosiah/delx-mcp-server

Free stdio bridge to Delx Protocol: resume after compaction, warm handoff, recover. No API key.

client:Cursor transport:stdio runtime:npm

Install Delx MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "delx-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "delx-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Delx MCP Server in other clients