Odel
ALTWEB Context Loader

ALTWEB Context Loader

Local
@danielsoimu1TypeScriptAGPL-3.0Updated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmaltweb-contextv1.1.0

Run

npx -y altweb-context

MCP client config

{
  "mcpServers": {
    "altweb-context-loader": {
      "command": "npx",
      "args": [
        "-y",
        "altweb-context"
      ]
    }
  }
}