By bntvllnt
15 MCP tools for TypeScript codebase intelligence — architecture analysis, dependency graphs, metrics, and refactoring support
| Plugin | Description | Version |
|---|---|---|
| codebase-intelligence | 15 MCP tools for TypeScript codebase intelligence | 2.2.0 |
# Add the marketplace (once)
/plugin marketplace add bntvllnt/claude-plugins
# Install a plugin
/plugin install codebase-intelligence@bntvllnt-claude-plugins
Update to latest:
/plugin marketplace update bntvllnt-claude-plugins
claude mcp add -s user -t stdio codebase-intelligence -- npx -y codebase-intelligence@latest . --mcp
Add to your project's .mcp.json:
{
"mcpServers": {
"codebase-intelligence": {
"type": "stdio",
"command": "npx",
"args": ["-y", "codebase-intelligence@latest", ".", "--mcp"],
"env": {}
}
}
}
Replace . with your source directory (e.g., ./src, ./packages).
codebase-intelligence provides 15 tools for code intelligence:
| Tool | Purpose |
|---|---|
codebase_overview | High-level architecture: modules, entry points, key metrics |
file_context | Full file details: exports, imports, dependents, metrics |
get_dependents | Blast radius: what breaks if you change this file |
find_hotspots | Ranked files by coupling, churn, complexity, etc. |
get_module_structure | Module map with cross-deps and cohesion |
analyze_forces | Tension files, bridges, extraction candidates |
find_dead_exports | Unused exports safe to remove |
get_groups | Top-level directory groups with aggregate metrics |
symbol_context | Callers, callees, importance for any function or class |
search | BM25 keyword search across files and symbols |
detect_changes | Git diff with risk metrics per changed file |
impact_analysis | Symbol-level blast radius with risk labels |
rename_symbol | Find all references for rename planning |
get_processes | Trace execution flows from entry points |
get_clusters | Community-detected clusters of related files |
plugins/
your-plugin/
.claude-plugin/
plugin.json <- manifest (name, description, version)
.mcp.json <- MCP server config
See plugins/codebase-intelligence/ for a working example.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub bntvllnt/claude-plugins --plugin codebase-intelligenceType-aware TypeScript navigation — 14 MCP tools for go-to-definition, find-references, dependency graphs, cycle detection, and impact analysis
Graph-first code intelligence for AI agents. SurrealDB knowledge graph + 52 MCP tools replace Read/Grep/Glob with deterministic graph traversal. 80–95% fewer tokens on code context. Rust-native, fully local.
Codebase intelligence for Claude Code. Indexes your codebase into five layers (Graph, Git, Docs, Decisions, Code Health) and exposes them through nine task-shaped MCP tools — so Claude understands architecture, ownership, hotspots, why code is built the way it is, and where the defect risk lives.
Codebase intelligence — semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode
Local codebase intelligence + change-safety gates for coding agents. Pre-indexes your repo's symbols, call graph, deps, and git history into SQLite (28 languages, 100% local, zero API keys), then exposes a lean 16-tool MCP core preset: graph-precise search, callers/impact blast radius, coupling, dead code, taint reachability, and pre-merge verify/critique gates that catch regressions, broken references, AI-slop duplication, and convention drift before they ship.
Lumin Repo Lens: evidence-backed TS/JS repo structure lens for Claude Code.