loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

inspector-mcp

MCP Tool

AbianS/inspector-mcp

MCP server for debugging live Node.js processes via Chrome DevTools Protocol

Install

$ npx loaditout add AbianS/inspector-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "inspector-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "inspector-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

inspector-mcp

> A full Node.js debugger for AI agents, powered by Chrome DevTools Protocol.

[](https://www.npmjs.com/package/inspector-mcp) [](https://www.npmjs.com/package/inspector-mcp) [](https://github.com/AbianS/inspector-mcp/actions) [](https://nodejs.org) [](LICENSE)

---

Your AI can already read and write code. With inspector-mcp it can also run it, pause it, and look inside it.

Connect any MCP-compatible AI agent to a running Node.js process. Set breakpoints on your TypeScript source files, step through execution line by line, inspect every variable in scope, and read console output — all through natural language, without leaving your AI chat.

---

Table of Contents
  • Features
  • Requirements
  • Installation
  • Setup
  • Make your AI smarter with the skill
  • Available tools
  • How it works
  • Troubleshooting
  • License

---

Features
  • Source-map aware breakpoints — set breakpoints using your .ts file paths; the server resolves them to the compiled .js positions automatically
  • Full step execution — step over, step into, step out, continue
  • Variable inspection — local, closure, and global scope; drill into nested objects
  • Expression evaluation — run any JS expression in the context of the paused frame
  • Console buffer — last 1,000 log entries, filterable by level and text
  • Auto-reconnect — survives process restarts and re-reg

Tags

breakpointscdpchrome-devtools-protocoldebuggerinspectormcpmodel-context-protocolsource-maps

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated16 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/1/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/AbianS/inspector-mcp)](https://loaditout.ai/skills/AbianS/inspector-mcp)