Skip to content
Zed

openharness for Zed

io.github.philo-kim/openharness

Lets AI coding agents discover and reference each other's recent sessions.

client:Zed transport:stdio runtime:npm

Install openharness in Zed

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

{
  "context_servers": {
    "openharness": {
      "command": "npx",
      "args": [
        "-y",
        "@freebird-ai/openharness"
      ]
    }
  }
}

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

openharness in other clients