← Back to browse

HarnessScope

Indexed by io.github.moongioh

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsHSCOPE_MCP_WRITE
Claude Code
claude mcp add --env HSCOPE_MCP_WRITE= hscope -- npx hscope
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"hscope","command":"npx","args":["hscope"],"env":{"HSCOPE_MCP_WRITE":""}}'
JSON
{
  "mcpServers": {
    "hscope": {
      "command": "npx",
      "args": [
        "hscope"
      ],
      "env": {
        "HSCOPE_MCP_WRITE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.