ALTWEB Context Loader for Claude Desktop
software.altweb/altweb-context
Loads signed ALTWEB context capsules — refuses unsigned, tampered, or untrusted by default.
client:Claude Desktop
transport:stdio
runtime:npm
Install ALTWEB Context Loader in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"altweb-context": {
"command": "npx",
"args": [
"-y",
"altweb-context"
],
"env": {
"ALTWEB_TRUST_FILE": "<ALTWEB_TRUST_FILE>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs