name: ts-mcp-debugger
image: digidefiance/mcp-debugger-server
type: server
meta:
category: debugging
tags:
- debugging
- development-tools
- typescript
- nodejs
- profiling
- testing
about:
title: TypeScript MCP Debugger
description: Enterprise-grade debugging for Node.js/TypeScript with 25+ tools including breakpoints, profiling, hang detection, and source map support
icon: https://avatars.githubusercontent.com/u/182288589?s=200&v=4
source:
project: https://github.com/digital-defiance/ai-capabilities-suite
commit: main
config:
description: Configure the MCP Debugger Server for your debugging needs
env:
- name: NODE_ENV
example: production
value: "{{ts-mcp-debugger.node_env}}"
- name: LOG_LEVEL
example: info
value: "{{ts-mcp-debugger.log_level}}"
parameters:
type: object
properties:
node_env:
type: string
default: production
description: Node.js environment (production, development)
log_level:
type: string
default: info
description: Logging level (debug, info, warn, error)