CodeNexus

Kirky-X/CodeNexus
★ 0 stars Rust Code/Dev Tools Updated today
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.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codenexus": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "CodeNexus"
      ]
    }
  }
}

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)

analysisapi_impactarchitecturecachecleanclicognitivecommunitycomplexitycontextcorecross_servicecyclomaticdaemondead_codedetect_changesembedexportfullfunction_length

Topics

code-analysiscode-searchknowledge-graphmcpruststatic-analysistree-sitter