Skip to content
VS Code

NASC — Networked AI Session Continuity for VS Code

com.archerionlabs/nasc

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

client:VS Code transport:streamable-http

Install NASC — Networked AI Session Continuity in VS Code

.vscode/mcp.json

{
  "servers": {
    "nasc": {
      "type": "http",
      "url": "https://nasc.archerionlabs.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

NASC — Networked AI Session Continuity in other clients