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
)Node.js サーバーをデバッグモードで実行する (つまり、
--inspect
flat を使用する)実行時に Node.js サーバーをデバッグするには Cursor を使用します。
クロード・コード
クロード・コードに追加
クロードコードを開始
Node.js サーバーをデバッグモードで実行する (つまり、
--inspect
flat を使用する)Claude CodeにNode.jsサーバーの実行時のデバッグを依頼する
使用法
クロード・コード
クロード・コードに追加
接続を確認する
クロードコードから削除
カーソル
カーソルに追加 (
~/.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