Skip to content
Zed

THOR for Zed

io.github.nworks3d/thor

Local memory for coding agents. A rule with a runnable proof can refuse a wrong command.

client:Zed transport:stdio runtime:oci

Install THOR in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "thor": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nworks3d/thor-mcp:2.4.0"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

THOR in other clients