PluginBench
MCP Server

NASC — Networked AI Session Continuity MCP Server

com.archerionlabs/nasc

What is the NASC — Networked AI Session Continuity MCP server?

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

How to install NASC — Networked AI Session 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": {
    "nasc": {
      "url": "https://nasc.archerionlabs.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nasc": {
      "serverUrl": "https://nasc.archerionlabs.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nasc": {
      "type": "http",
      "url": "https://nasc.archerionlabs.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "nasc": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://nasc.archerionlabs.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http nasc https://nasc.archerionlabs.com/mcp

Related MCP servers

Turn any article, document, or chat reply into a one-word-at-a-time RSVP reading session.

View repository →