N
Node Inspector MCP
by @shlyk
MCP server that connects to Node.js's built-in debugger for breakpoints, stepping, profiling, and more
Created 2/7/2026
Updated 17 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-node-inspector-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"shlyk-node-inspector-mcp": {
"command": "npx",
"args": [
"shlyk-node-inspector-mcp"
]
}
}
}