Debugger MCP Server

This package is now maintained in its own repository: https://github.com/Digital-Defiance/mcp-debugger-server. It runs locally over stdio via the published package.

People connecting developer tools tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-28 · ★ 2 · #108 OF 139 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Debugger

before you install - you'll need

Set MCP_DEBUGGER_TIMEOUT, MCP_DEBUGGER_AUTH_TOKEN, MCP_DEBUGGER_RATE_LIMIT, MCP_DEBUGGER_AUDIT_LOG before connecting.

Claude Code

claude mcp add digital-defiance-mcp-debugger-server -- npx -y @ai-capabilities-suite/mcp-debugger-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "digital-defiance-mcp-debugger-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-debugger-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @ai-capabilities-suite/mcp-debugger-server - the @ai-capabilities-suite scope differs from the repo owner (digital-defiance); confirm it's the project's official package

registry namespace io.github.Digital-Defiance is GitHub-verified and matches the repo owner

03 · What Debugger can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.5.23 · 2025-12-12

First release of the MCP ACS Debugger Server. · Installation · NPM · bash · npm install -g @ai-capabilities-suite/mcp-debugger-server

v1.5.22 · 2025-12-12

First release of the MCP ACS Debugger Server. · Installation · NPM · bash · npm install -g @ai-capabilities-suite/mcp-debugger-server

v1.5.21 · 2025-12-09

First release of the MCP Debugger Server. · Installation · NPM · bash · npm install -g @ai-capabilities-suite/mcp-debugger-server

04 · Who maintains Debugger

mcp-debugger is maintained by digital-defiance. We track 3 MCP servers from digital-defiance - 3 actively maintained, 7 combined GitHub stars, oldest repo from Nov 2025. Full record: all servers from digital-defiance.

  1. mcp-screenshot Screenshot capture with PII masking and cross-platform support for AI agents ★ 2
  2. mcp-process Process management and monitoring for AI agents with strict security boundaries ★ 3

05 · Facts

category
developer tools - ranked #108 of 139 actively-maintained developer tools servers as of 2026-08-25.
registry
io.github.Digital-Defiance/mcp-debugger (active, first published 2025-12-05)
packages
npm:@ai-capabilities-suite/mcp-debugger-server

06 · Debugger FAQ

What is Debugger?

This package is now maintained in its own repository: https://github.com/Digital-Defiance/mcp-debugger-server. It runs locally over stdio via the published package.

Is Debugger still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-28. We re-verify nightly.

How do I install Debugger?

Run `npx -y @ai-capabilities-suite/mcp-debugger-server`. The README documents 4 environment variables (MCP_DEBUGGER_TIMEOUT, MCP_DEBUGGER_AUTH_TOKEN, MCP_DEBUGGER_RATE_LIMIT…) to set first. Set MCP_DEBUGGER_TIMEOUT, MCP_DEBUGGER_AUTH_TOKEN, MCP_DEBUGGER_RATE_LIMIT, MCP_DEBUGGER_AUDIT_LOG before connecting. You can also paste the ready-made client config above.

Does Debugger run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Debugger

More developer tools MCP servers · Three.js DevTools MCP · Docmancer · Gearcoleco MCP Server · Geargrafx MCP Server · Raxol

More TypeScript MCP servers · Screenshot · Token Pilot · Envault · Discourse MCP Server · Search Forge · see all