Submit

Ckb Code Knowledge Backend

@SimplyLiz

npm: @tastehub/ckb brew tap SimplyLiz/ckb && brew install ckb Website: https://codeknowledge.dev Description: Code intelligence MCP server with 80+ tools for understanding, navigating, and safely changing codebases. **Key capabilities:** - Semantic symbol search, call graphs, and usage tracing - Change impact analysis with blast radius and risk scoring - Dead code detection and affected test identification - Architecture exploration and module dependency maps - Ownership lookup with drift detection - Compound operations (explore, understand, prepareChange) that reduce AI tool calls by 60-70% **Supports:** Go, TypeScript, Python, Rust, Java, Kotlin, C++, Dart, Ruby, C# **Install:** `npm install -g @tastehub/ckb && ckb init && ckb index && ckb setup` **Works with:** Claude Code, Cursor, Windsurf, VS Code, Grok, Claude Desktop, OpenCode, ...

Tools

Server Config

{
  "mcpServers": {
    "ckb": {
      "command": "npx",
      "args": [
        "-y",
        "@tastehub/ckb",
        "mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.