MCP Server
MCP
kcp-harness — KCP compliance proxy
MCP compliance proxy between agent and tools: deterministic governance, fail-closed, audit trail.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "kcp-harness",
"version": "0.4.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Start the MCP proxy (reads harness.yaml in the working directory; run 'kcp-harness init' first)",
"isRequired": true,
"value": "serve",
"type": "positional",
"valueHint": "serve"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment