← Back to Plugins
MCP Server MCP

kcp-harness — KCP compliance proxy

github By github 👁 3 views ▲ 0 votes

MCP compliance proxy between agent and tools: deterministic governance, fail-closed, audit trail.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...