MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

N
Node Inspector MCP

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
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" ] } } }