Multi-language code knowledge graph built on LadybugDB and tree-sitter — semantic code search, symbol tracing, impact analysis, data-flow analysis, and MCP server integration
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"codenexus": {
"command": "cargo",
"args": [
"run",
"--",
"CodeNexus"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add codenexus cargo run -- CodeNexus
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"codenexus": {
"command": "cargo",
"args": [
"run",
"--",
"CodeNexus"
]
}
}
}
📋 Copy
README Excerpt
<div align="center"> <img src="docs/assets/CodeNexus.png" alt="CodeNexus Logo" width="200"> **基于 LadybugDB 与 tree-sitter 的多语言代码知识图谱工具** </div> --- - [简介](#简介) - [核心特性](#核心特性) - [安装](#安装) - [快速开始](#快速开始) - [CLI 命令](#cli-命令) - [MCP 集成](#mcp-集成) - [复杂度分析](#复杂度分析) - [架构](#架构) - [支持语言](#支持语言) - [开发](#开发) - [贡献](#贡献)
Tools (20)
analysis api_impact architecture cache clean cli cognitive community complexity context core cross_service cyclomatic daemon dead_code detect_changes embed export full function_length
Topics
code-analysis code-search knowledge-graph mcp rust static-analysis tree-sitter