codegraph-summary
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@codegraph-summary搜索'交易查询'相关代码"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
codegraph-summary
CodeGraph 中文语义摘要工具 — 为代码符号生成中文业务摘要,支持语义搜索和 PRD 关联分析。
将代码知识图谱与 LLM 结合,让你用中文业务术语搜索代码、理解系统架构、追踪需求覆盖。
特性
一键初始化 —
codegraph-summary init自动构建索引 + 生成摘要中文语义搜索 — 用 "交易查询"、"清退流程" 等业务术语搜索代码
FTS5 trigram — 高质量中文子串匹配,无需分词器
图谱扩展 — 搜索结果展示调用链(谁调用了它、它调用了谁)
PRD 关联 — 导入需求文档,自动关联到代码实现
多协议 LLM — 支持 Anthropic / OpenAI 兼容 API
启发式降级 — 无 LLM API Key 时仍可生成基础摘要
三种接口 — CLI / HTTP API / MCP Server
快速开始
安装
npm install -g codegraph-summary需要先安装 CodeGraph:
npm install -g @colbymchenry/codegraph一键初始化
cd your-project
codegraph-summary init这会自动完成:
构建 CodeGraph 代码索引(如果不存在)
用 LLM 为所有导出符号生成中文摘要
配置 LLM(可选)
在项目根目录创建 .env 文件:
SUMMARY_LLM_API_KEY=your-api-key
SUMMARY_LLM_BASE_URL=https://api.anthropic.com
SUMMARY_LLM_MODEL=claude-sonnet-4-20250514
SUMMARY_LLM_API_TYPE=anthropic不配置 API Key 也能用(启发式模式,用函数签名作为摘要)。
使用
搜索代码
codegraph-summary search "交易查询" -p /path/to/project查看状态
codegraph-summary status -p /path/to/project强制重新生成
codegraph-summary init -f
codegraph-summary generate -f -p /path/to/projectPRD 关联
# 导入 PRD 文档(支持 .md / .docx / .pdf / .txt)
codegraph-summary prd-import ./docs/prd.md -p /path/to/project
# 用需求描述搜索代码
codegraph-summary prd-search "用户清退流程" -p /path/to/project
# 查看需求覆盖率
codegraph-summary prd-coverage -p /path/to/projectMCP Server(AI 助手集成)
codegraph-summary mcp在 Claude Code 的 MCP 配置中添加即可让 AI 助手直接搜索代码摘要。
HTTP API
codegraph-summary serve --port 3000环境变量
变量 | 说明 | 默认值 |
| LLM API Key | (空,启发式模式) |
| LLM API 地址 | (空) |
| 模型名称 | (空) |
|
|
|
| 每批符号数量 |
|
| 并发请求数 |
|
| 向量服务地址(可选) | (空) |
| 自定义 codegraph 路径 | (自动查找) |
系统要求
Node.js >= 22.5.0
CodeGraph (用于代码索引)
PDF 支持需要
poppler-utils(macOS:brew install poppler)DOCX 支持需要
unzip命令
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lix30684-stack/codegraph-summary'
If you have feedback or need assistance with the MCP directory API, please join our Discord server