Github SimplyLiz Ckb
Code intelligence MCP server — 80+ tools for navigation, impact analysis, and architecture
About This MCP Server
CKB transforms your codebase into a queryable knowledge base. Ask questions, understand impact, find owners, detect dead code—all through CLI, API, or AI assistants.
> Think of it as a senior engineer who knows every line of code, every decision, and every owner—available 24/7 to answer your questions.
Tools & Endpoints1
Example Workflow
curl http://localhost:8080/health curl http://localhost:8080/status curl "http://localhost:8080/search?q=NewServer" curl http://localhost:8080/architecture curl "http://localhost:8080/ownership?path=internal/api" curl http://localhost:8080/hotspots
Why Use Github SimplyLiz Ckb?
- 📖 Full Features Guide — Detailed documentation with examples
- 📋 Changelog — Version history
Limitations
- Static code navigation—finding definitions, references, call graphs
- Impact analysis for safe refactoring
- Ownership lookup (CODEOWNERS + git blame)
- Architecture and module understanding
- Dynamic dispatch / runtime behavior (use debugger)
- Generated code that isn't indexed
- Code generation, linting, or formatting
- Cross-repo calls (use federation for this)
Specifications
Requirements
- Node.js 16+
- Go 1.21+
- SCIP indexer for your language (scip-go, scip-typescript, etc.) — run ckb index to auto-install
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
Install
npm install -g @tastehub/ckbPerformance
Usage
Quick Reference
- Name
- Github SimplyLiz Ckb
- Function
- Code intelligence MCP server — 80+ tools for navigation, impact analysis, and architecture
- Available Tools
- explore # Area exploration: symbols, dependencies, hotspots understand # Symbol deep-dive: refs, callers, explanation prepareChange # Pre-change analysis: impact, tests, risk batchGet # Fetch up to 50 symbols at once batchSearch # Run up to 10 searches at once
- Transport
- Package
- Language
- JavaScript/TypeScript
- Install
- npm install -g @tastehub/ckb
- Source
- External (Registry)
- License
- Open Source
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.