Skip to content

Releases: chainchen1103/codegraph-mcp

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 09:33
0abaf89

第一個公開版本。

給 Claude Code、Cursor 這類 AI agent 用的程式碼結構索引:tree-sitter 解析整個專案,存進本機 SQLite,透過 MCP 一次回傳相關符號的逐字原始碼、它們之間的呼叫路徑與受影響範圍。

支援 Rust、TypeScript、JavaScript、Python、Go、Java、Kotlin、Scala,同一個 repo 混用多種語言沒有問題。

安裝:下載對應平台的壓縮檔,解開後把 codegraph 放進 PATH,然後

codegraph init && codegraph index
codegraph serve --print-config

把印出的設定貼進 .mcp.json(Cursor 是 .cursor/mcp.json)。

What's Changed

New Contributors

Full Changelog: https://github.com/chainchen1103/codegraph-mcp/commits/v0.1.0