Skip to content
Cursor

NASC — Networked AI Session Continuity for Cursor

com.archerionlabs/nasc

Shared memory across AI dev tools: each session hands its context to the next, not starting cold.

client:Cursor transport:streamable-http

Install NASC — Networked AI Session Continuity in Cursor

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

{
  "mcpServers": {
    "nasc": {
      "url": "https://nasc.archerionlabs.com/mcp"
    }
  }
}

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

NASC — Networked AI Session Continuity in other clients