MCP Node.js 디버거
디버깅을 돕기 위해 Cursor 또는 Claude Code가 런타임에 Node.js에 액세스할 수 있도록 하는 MCP 서버: @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
)지엑스피1
디버그 모드 에서 Node.js 서버를 실행합니다(예:
--inspect
flat 사용)런타임에 Node.js 서버를 디버깅하도록 Cursor에 요청합니다.
클로드 코드
클로드 코드에 추가
클로드 코드 시작
디버그 모드 에서 Node.js 서버를 실행합니다(예:
--inspect
flat 사용)Claude Code에게 런타임에 Node.js 서버를 디버깅하도록 요청하세요.
용법
클로드 코드
클로드 코드에 추가
연결 확인
Claude Code에서 제거
커서
커서에 추가(
~/.cursor/mcp.json
)연결 확인:
커서에서 제거(
~/.cursor/mcp.json
):
예
커서
이 간단한 Node.js 앱을 실행해 보세요: github.com/mdn/express-locallibrary-tutorial :
커서에 중단점을 설정하도록 요청합니다.
localhost:3000/catalog/book/create
에서 책을 만드세요커서 캡처 런타임 상태를 확인하세요
클로드 코드
버그가 있는 Node.js 서버는 다음과 같습니다.
Claude Code는 런타임에 Node.js 서버를 디버깅합니다.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
Claude가 중단점을 설정하고, 변수를 검사하고, 코드를 단계별로 실행하여 NodeJS 서버를 직접 디버깅할 수 있도록 해줍니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityThe Claude Dev Server enables direct interaction with the file system within a specified workspace, allowing users to perform file and directory operations and implement code artifacts in software development using natural language commands.Last updated -2MIT License
- AsecurityFlicenseAqualityThe server facilitates natural language interactions for exploring and understanding codebases, providing insights into data models and system architecture using a cost-effective, simple setup with support for existing Claude Pro subscriptions.Last updated -419
- AsecurityAlicenseAqualityThis project aims to build a Claude Code MCP server and implement its associated tools (explain\_code, review\_code, fix\_code, edit\_code, test\_code, simulate\_command, your\_own\_query). The server is implemented using Node.js and the MCP SDK. It receives tool requests from clients via Stdio, dynamicallyLast updated -73130MIT License
- AsecurityFlicenseAqualityProvides GDB debugging functionality for use with Claude or other AI assistants, allowing users to manage debugging sessions, set breakpoints, examine variables, and execute GDB commands through natural language.Last updated -162753