Skip to content
Cursor

HarnessScope for Cursor

io.github.moongioh/hscope

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

client:Cursor transport:stdio runtime:npm

Install HarnessScope in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

HarnessScope in other clients