Skip to content
Windsurf

ALTWEB Context Loader for Windsurf

software.altweb/altweb-context

Loads signed ALTWEB context capsules — refuses unsigned, tampered, or untrusted by default.

client:Windsurf transport:stdio runtime:npm

Install ALTWEB Context Loader in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "altweb-context": {
      "command": "npx",
      "args": [
        "-y",
        "altweb-context"
      ],
      "env": {
        "ALTWEB_TRUST_FILE": "<ALTWEB_TRUST_FILE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

ALTWEB Context Loader in other clients