Skip to content
Zed

NASC — Networked AI Session Continuity for Zed

com.archerionlabs/nasc

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

client:Zed transport:streamable-http

Install NASC — Networked AI Session Continuity in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

NASC — Networked AI Session Continuity in other clients