kcp-harness — KCP compliance proxy
Rank #14,164no.cantara/kcp-harness
MCP compliance proxy between agent and tools: deterministic governance, fail-closed, audit trail.
kcp-harness — KCP compliance proxy is a Model Context Protocol (MCP) server published by Cantara. It ranks #14,164 of 115,460 servers tracked on MCP Toplist. kcp-harness — KCP compliance proxy is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 14, 2026 and most recently updated on Jul 14, 2026.
Ranks ahead of 101,296 of 115,460 servers on MCP Toplist.
Use kcp-harness — KCP compliance proxy
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add kcp-harness -- npx -y kcp-harness serve[mcp_servers.kcp-harness]
command = "npx"
args = ["-y", "kcp-harness", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"kcp-harness": {
"command": "npx",
"args": [
"-y",
"kcp-harness",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"kcp-harness": {
"command": "npx",
"args": [
"-y",
"kcp-harness",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"kcp-harness": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kcp-harness",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"kcp-harness": {
"command": "npx",
"args": [
"-y",
"kcp-harness",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"kcp-harness": {
"command": "npx",
"args": [
"-y",
"kcp-harness",
"serve"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/no.cantara%2Fkcp-harness)<a href="https://mcptoplist.com/server/no.cantara%2Fkcp-harness"><img src="https://mcptoplist.com/badge/no.cantara%2Fkcp-harness.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Cantara
Other servers by Cantara
- kcp-agent — KCP navigation planner#13,604 · 1 ver
- Cantara wiki — community knowledge web#18,913 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.4.1 | Jul 14, 2026 |
Frequently asked questions
- Who maintains kcp-harness — KCP compliance proxy?
- kcp-harness — KCP compliance proxy is maintained by Cantara, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is kcp-harness — KCP compliance proxy listed on the Official MCP Registry?
- Yes — kcp-harness — KCP compliance proxy is listed on the Official MCP Registry, alongside Glama.
- How many versions does kcp-harness — KCP compliance proxy have?
- MCP Toplist tracks 1 version of kcp-harness — KCP compliance proxy, most recently published on Jul 14, 2026.
- Where can I find the source code for kcp-harness — KCP compliance proxy?
- The source code for kcp-harness — KCP compliance proxy is hosted at github.com/Cantara/kcp-harness.