MCP Server
MCP
HarnessScope
Turn-level governance observability for Claude Code transcripts. Local-first, no LLM inside.
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
By
Comments
Sign in to leave a comment