Skip to content
Claude Desktop

airlock for Claude Desktop

io.github.adamorad/airlock

Local daemon giving AI agents named locks, shared state, events, and a task queue over MCP.

client:Claude Desktop transport:stdio runtime:oci

Install airlock in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "airlock": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/adamorad/airlock:2.0.0"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

airlock in other clients