Skip to content
Cline

THOR for Cline

io.github.nworks3d/thor

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

client:Cline transport:stdio runtime:oci

Install THOR 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

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

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

THOR in other clients