← Back to Plugins
MCP Server MCP

HarnessScope

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "hscope",
      "version": "0.1.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "serve the MCP stdio surface",
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Set to 1 to enable the two write tools (set_role, set_rule). Absent = read-only.",
          "format": "string",
          "name": "HSCOPE_MCP_WRITE"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "hscope",
      "version": "0.1.3",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "serve the MCP stdio surface",
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Set to 1 to enable the two write tools (set_role, set_rule). Absent = read-only.",
          "format": "string",
          "name": "HSCOPE_MCP_WRITE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm pypi

Comments

Sign in to leave a comment

Loading comments...