Skip to content
Zed

HarnessScope for Zed

io.github.moongioh/hscope

Turn-level governance observability for Claude Code transcripts. Local-first, no LLM inside.

client:Zed transport:stdio runtime:npm

Install HarnessScope in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "hscope": {
      "command": "npx",
      "args": [
        "-y",
        "hscope"
      ],
      "env": {
        "HSCOPE_MCP_WRITE": "<HSCOPE_MCP_WRITE>"
      }
    }
  }
}

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

HarnessScope in other clients