local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Enables runtime inspection of MongoDB connection configurations and states to diagnose connection issues with MongoDB Atlas or local MongoDB instances.
Provides runtime inspection of Mongoose ORM configurations, connection states, and version information to help debug database connectivity issues.
Provides runtime debugging capabilities for NodeJS applications, allowing examination of variable values, setting breakpoints, listing breakpoints, and executing custom JavaScript code during program execution.
MCP Node.js 调试器
MCP 服务器允许 Cursor 或 Claude Code 在运行时访问 Node.js 以帮助您调试: @hyperdrive-eng/mcp-nodejs-debugger
。
演示
光标
https://github.com/user-attachments/assets/c193a17e-b0e6-4c51-82aa-7f3f0de17e1a
克劳德·科德
https://github.com/user-attachments/assets/adb7321b-3a6a-459b-a5c9-df365710d4d8
快速启动
光标
- 添加到光标(
~/.cursor/mcp.json
)Copy - 在调试模式下运行 Node.js 服务器(即使用
--inspect
flat)Copy - 让 Cursor 在运行时调试你的 Node.js 服务器
克劳德·科德
- 添加到克劳德代码Copy
- 启动克劳德代码Copy
- 在调试模式下运行 Node.js 服务器(即使用
--inspect
flat)Copy - 使用 Claude Code 在运行时调试你的 Node.js 服务器Copy
用法
克劳德·科德
- 添加到克劳德代码Copy
- 验证连接Copy
- 从克劳德法典中删除Copy
光标
- 添加到光标(
~/.cursor/mcp.json
)Copy - 验证连接:
- 从 Cursor 中删除(
~/.cursor/mcp.json
):Copy
例子
光标
- 运行这个简单的 Node.js 应用程序: github.com/mdn/express-locallibrary-tutorial :Copy
- 要求 Cursor 设置断点
- 在
localhost:3000/catalog/book/create
创建一本书 - Watch Cursor 捕获运行时状态
克劳德·科德
- 这是一个有缺陷的 Node.js 服务器:Copy
- Claude Code 在运行时调试 Node.js 服务器:Copy