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
{
"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