CodeGraph登录页
登录页面和文档网站 CodeGraph -MCP服务器,通过知识图为AI助手提供深入的代码理解。
关于CodeGraph
CodeGraph使用Neo4j通过代码库的知识图增强了Claude和其他AI助手,实现了:
- 智能代码导航,LLM调用更少
- 代码更改的影响分析
- 依赖跟踪和关系映射
性能改进:
- LLM呼叫减少45%
- 使用的代币减少46%
- 成本降低41%
- 代码分析速度提高51%
技术栈
项目结构
src/
├── pages/
│ ├── index.astro # Landing page
│ └── docs/ # Documentation pages
├── components/
│ ├── landing/ # Landing page sections
│ └── docs/ # Documentation components
├── layouts/
│ ├── Landing.astro # Landing page layout
│ └── Docs.astro # Documentation layout
└── styles/
└── global.css # Global styles and theme发展
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview部署
该网站在推送时通过GitHub Actions自动部署到GitHub Pages main.
现场: https://bikach.github.io/codegraph-landing
文档
该网站包括全面的文件,涵盖:
- 入门指南 -概述和先决条件
- 安装 -Claude插件和MCP独立设置
- 命令 -
/codegraph:setup,/codegraph:index,/codegraph:status - 工具 -8图形分析工具(
search_nodes,get_callers,get_callees,get_neighbors等等) - 语言 -Kotlin、Java和TypeScript支持
- 基准 -性能指标
许可证
麻省理工学院
