
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@lucianaib/codemind-mcp
Advanced tools
CodeMind MCP server integrating GitCode API and Coze workflow to generate a mind map link for a project
一个 MCP(Model Context Protocol)服务器,旨在通过自动化流程帮助用户快速理解代码仓库。
gitcode_request: 一个通用的 GitCode API 调用工具,可用于管理仓库、拉取请求、问题等。repo_clone_and_mindmap: 本项目的核心工具,它会自动执行以下一系列操作:
README.md、docs/ 目录下的文件等)到一个 PROJECT_SUMMARY.md 文件中。环境要求:
# 安装依赖
npm install
# 编译 TypeScript
npm run build
# (可选) 本地运行
npm run start
启动成功后,您将在控制台看到类似 CodeMind MCP Server v0.4.1 is running successfully. 的消息。
在您的 MCP 客户端(如 CodeBuddy)的设置中,添加以下服务器配置,即可通过 npx 自动下载并运行最新版本:
{
"mcpServers": {
"CodeMind": {
"command": "npx",
"args": ["@lucianaib/codemind-mcp"]
}
}
}
gitcode_request描述: 通用调用 GitCode API。 输入示例:
{
"name": "gitcode_request",
"arguments": {
"token": "Bearer YOUR_GITCODE_TOKEN",
"method": "GET",
"path": "/user"
}
}
repo_clone_and_mindmap描述: 克隆仓库并生成思维导图。 输入示例:
{
"name": "repo_clone_and_mindmap",
"arguments": {
"repoUrl": "https://gitcode.com/owner/repo.git"
}
}
返回: 包含仓库目录、合并文档路径和最终思维导图 URL 的文本。
https://api.coze.cn/v1/workflow/run (同步接口){
"code": 0,
"data": "{\"output\":\"https://.../mindmap.jpeg\"}"
}
本项目已内置逻辑来处理这种 data 字段为字符串形式 JSON 的情况。重要: Coze API 的凭证(token, workflow_id, app_id)目前硬编码在 src/mindmap.ts 中。这会暴露敏感信息,请仅在内部或受信任的环境中使用。在生产环境中,强烈建议将这些凭证移至环境变量。
src/index.ts: MCP 服务器入口,使用 McpServer 注册工具。src/gitcode.ts: GitCode API 的通用请求封装。src/mindmap.ts: 实现仓库克隆、文档合并及调用 Coze API 的核心逻辑。本项目采用 MIT 许可证。详见 LICENSE 文件。
FAQs
CodeMind MCP server integrating GitCode API and Coze workflow to generate a mind map link for a project
The npm package @lucianaib/codemind-mcp receives a total of 23 weekly downloads. As such, @lucianaib/codemind-mcp popularity was classified as not popular.
We found that @lucianaib/codemind-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.