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