codewiki

0xsyncroot/codewiki
★ 0 stars Rust 🧠 Memory/Knowledge Updated 1d ago
Code intelligence over a tree-sitter knowledge graph — MCP server + CLI + interactive graph UI for AI agents. 18 languages, 16 frameworks, i18n search. Rust.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

**Local code knowledge graph for AI agents. Tree-sitter parsed, SQLite stored, MCP served.** Instead of reading whole source files, your AI agent asks the graph: ``` codewiki_callers("OrderService") → 3 ms, exact answer codewiki_impact("AuthService") → 6 ms, full blast radius codewiki_context("basket checkout")→ 4 ms, ranked entry points + key code

Tools (9)

codewiki_calleescodewiki_callerscodewiki_contextcodewiki_explorecodewiki_filescodewiki_impactcodewiki_nodecodewiki_searchcodewiki_status