smart-xdebug-mcp (wallter/smart-xdebug-mcp) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 6 tools. No publisher has claimed this listing.

D
Caution
54/100

smart-xdebug-mcp

Connects AI assistants like Claude to PHP's XDebug debugger for runtime inspection, breakpoint control, and variable tracking, enabling natural language debugging of PHP applications.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

wallter

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Known vulnerabilities in dependencies: 3 critical, 4 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
// tools this server exposes6 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

start_debug_session

Starts a new PHP debugging session by listening for XDebug connections and executing a trigger command. WORKFLOW - Call tools in this order: 1. get_session_status - Check if a session is already active 2. set_breakpoint - Set breakpoints at locations you want to inspect 3. start_debug_session - Sta

set_breakpoint

Sets a breakpoint at a specific file and line. Breakpoints persist until the session ends. WHEN TO USE: - BEFORE calling start_debug_session to set initial breakpoints - DURING a paused session to add additional breakpoints PATH FORMAT - Use LOCAL paths relative to your project root: - Correct: "a

inspect_variable

Inspects a PHP variable's value at the current breakpoint. Only works when session is PAUSED. WHEN TO USE: - After hitting a breakpoint (status="paused") - To examine specific values causing bugs - To understand object structure before filtering CONTEXT EFFICIENCY - Full dumps are expensive. Use J

control_execution

Controls the debugger's execution flow. Use to step through code or end sessions. ACTIONS: step_over: Execute current line, pause at next line in same scope. Use when: Line calls a function you don't need to debug. Example: Skip framework internals, focus on your logic. step_into: Step INTO t

get_session_status

Returns the current debug session status. Call this FIRST before starting a new session. WHEN TO USE: - Before start_debug_session: Check if a session is already active - During debugging: See current location and available actions - After errors: Diagnose session state RETURNS: - active: Whether

query_history

Query past variable values from the session recorder (time-travel debugging). WHEN TO USE: - To see how a variable changed over execution steps - To compare values between steps without re-running - To understand state progression leading to a bug DOES NOT REQUIRE PAUSED STATE - can query history

// known CVEs in dependencies3 critical4 high3 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalfast-xml-parser@4.5.0GHSA-m7jm-9gc2-mpf2

fast-xml-parser has an entity encoding bypass via regex injection in DOCTYPE entity names

criticaljsonpath-plus@10.0.0GHSA-pppg-cpfq-h7wr

JSONPath Plus Remote Code Execution (RCE) Vulnerability

criticalvitest@4.0.16GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

high@modelcontextprotocol/sdk@1.0.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highfast-xml-parser@4.5.0GHSA-8gc5-j5rx-235r

fast-xml-parser affected by numeric entity expansion bypassing all entity expansion limits (incomplete fix for CVE-2026-26278)

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configLOG_LEVEL
configXDEBUG_MCP_DATA_DIR
configXDEBUG_MCP_PATH_MAPPINGS
configXDEBUG_MCP_PORT9003 XDebug listener port
configXDEBUG_MCP_PROJECT_ROOT
configXDEBUG_MCP_TIMEOUT30000 Connection timeout (ms)
configXDEBUG_MCP_WATCHDOG_TIMEOUT300000 Auto-terminate idle sessions (5 min)
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

6/6 tools missing one or more hints — start_debug_session (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); set_breakpoint (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); inspect_variable (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +3 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool test coverage

Only 0/6 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

Shell command execution

1 child_process call — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

2 critical, 4 high severity in production deps — fast-xml-parser@4.5.0 (critical), jsonpath-plus@10.0.0 (critical)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

1 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/wallter/smart-xdebug-mcp?variant=verified)](https://m8ven.ai/mcp/wallter/smart-xdebug-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 36911d8cbcc4dc0b9c2ca622659494f75d9ec79f
code hash: d8ac4a514a6eccd25feafda382ff81170c2ec32e1e0d2b42d282c2ec521150ad
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client