MCP Server
Maintained
MIT
io.github.Digital-Defiance/mcp-debugger MCP Server
io.github.Digital-Defiance/mcp-debugger
What is the io.github.Digital-Defiance/mcp-debugger MCP server?
Node.js and TypeScript debugging with 25+ tools for AI agents
How to install io.github.Digital-Defiance/mcp-debugger
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-debugger": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-debugger-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-debugger": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-debugger-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-debugger": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-debugger-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-debugger": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-debugger-server"
]
}
}
}Claude Code
claude mcp add mcp-debugger -- npx -y @ai-capabilities-suite/mcp-debugger-serverRelated MCP servers
Advanced filesystem operations with strict security boundaries for AI agents
3
View repository →JavaScript
MIT
io.github.Digital-Defiance/mcp-process
Maintained
Process management and monitoring for AI agents with strict security boundaries
3
View repository →JavaScript
MIT
Screenshot capture with PII masking and cross-platform support for AI agents
2
View repository →TypeScript