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
{
"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