Odel
HarnessScope

HarnessScope

Local
@moongioh1PythonApache-2.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhscopev0.1.3

Run

npx -y hscope

MCP client config

{
  "mcpServers": {
    "harnessscope": {
      "command": "npx",
      "args": [
        "-y",
        "hscope"
      ]
    }
  }
}
PyPIhscopev0.1.3

Run

uvx hscope

MCP client config

{
  "mcpServers": {
    "harnessscope": {
      "command": "uvx",
      "args": [
        "hscope"
      ]
    }
  }
}