What is the kcp-agent — KCP navigation planner MCP server?
Deterministic, fail-closed planner for KCP knowledge manifests: kcp_plan, kcp_load, kcp_validate.
How to install kcp-agent — KCP navigation planner
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-agent": {
"command": "npx",
"args": [
"-y",
"kcp-agent",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"kcp-agent": {
"command": "npx",
"args": [
"-y",
"kcp-agent",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"kcp-agent": {
"command": "npx",
"args": [
"-y",
"kcp-agent",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"kcp-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kcp-agent",
"mcp"
]
}
}
}Claude Code
claude mcp add kcp-agent -- npx -y kcp-agent mcpRelated MCP servers
MCP compliance proxy between agent and tools: deterministic governance, fail-closed, audit trail.
0
View repository →TypeScript
Apache-2.0
Norwegian open-source community wiki (2,290 articles, 2008-2022) as a signed KCP knowledge web.
0
View repository →Python