Skip to content
Cline

ALTWEB Context Loader for Cline

software.altweb/altweb-context

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

client:Cline transport:stdio runtime:npm

Install ALTWEB Context Loader in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ALTWEB Context Loader in other clients