PluginBench
MCP Server
Active
Apache-2.0

kcp-harness — KCP compliance proxy MCP Server

no.cantara/kcp-harness

What is the kcp-harness — KCP compliance proxy MCP server?

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

How to install kcp-harness — KCP compliance proxy

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kcp-harness": {
      "command": "npx",
      "args": [
        "-y",
        "kcp-harness",
        "serve"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "kcp-harness": {
      "command": "npx",
      "args": [
        "-y",
        "kcp-harness",
        "serve"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "kcp-harness": {
      "command": "npx",
      "args": [
        "-y",
        "kcp-harness",
        "serve"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "kcp-harness": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kcp-harness",
        "serve"
      ]
    }
  }
}
Claude Code
claude mcp add kcp-harness -- npx -y kcp-harness serve

Related MCP servers

Deterministic, fail-closed planner for KCP knowledge manifests: kcp_plan, kcp_load, kcp_validate.

0
TypeScript
View repository →

Norwegian open-source community wiki (2,290 articles, 2008-2022) as a signed KCP knowledge web.

0
Python
View repository →