CodeMCP
Verified Safeby SimplyLiz
Overview
Provides deep code intelligence (symbol navigation, impact analysis, architecture maps, ownership, risk assessment) to AI assistants, CLI, and HTTP API.
Installation
npx @tastehub/ckb mcpEnvironment Variables
- CKB_REPO
- CKB_NO_UPDATE_CHECK
- CKB_TIER
- CKB_LOGGING_LEVEL
- CKB_LOGGING_FORMAT
- CKB_CACHE_QUERY_TTL_SECONDS
- CKB_BUDGET_MAX_MODULES
- CKB_BUDGET_MAX_SYMBOLS_PER_MODULE
- CKB_BUDGET_ESTIMATED_MAX_TOKENS
- CKB_BACKENDS_SCIP_ENABLED
- CKB_BACKENDS_LSP_ENABLED
- CKB_TELEMETRY_ENABLED
- CKB_DAEMON_PORT
- CKB_CONFIG_PATH
Security Notes
The server exposes HTTP API endpoints, remote federation capabilities, and webhooks, which require careful user configuration for security (e.g., API key management, trusting remote servers). No obvious hardcoded secrets or malicious code patterns were found. The project structure and documentation emphasize security considerations like token authentication.
Similar Servers
chunkhound
Provides local-first codebase intelligence, extracting architecture, patterns, and institutional knowledge for AI assistants.
code-index-mcp
Intelligent code indexing and analysis for Large Language Models, enabling tasks such as code review, refactoring, documentation generation, debugging assistance, and architectural analysis.
In-Memoria
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.
codegraph-rust
Transforms codebases into a semantically searchable knowledge graph, enabling AI agents to reason about code relationships, architecture, and impact rather than just performing text-based searches.