[ MCP_NODE_3776 ]

Deepgraph Next.js 分析

分类:
协议: MCP v1.0
[ 描述 ]

对 Next.js 项目进行深度代码分析与可视化,理解组件关系、依赖与架构模式。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "deepgraph-nextjs": {
            "description": "Deep code analysis and visualization for Next.js projects. Understand component relationships, dependencies, and architecture patterns.",
            "command": "npx",
            "args": [
                "-y",
                "mcp-code-graph@latest",
                "vercel/next.js"
            ]
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。