EDB
Debugger MCP — Web UI
Connected
{% for category, tools in categorized_tools.items() %}
{{ category }}
▼
{% for tool in tools %} {% set ns = namespace(has_inputs=false) %} {% if tool.inputSchema and tool.inputSchema.properties %} {% set ns.has_inputs = true %} {% endif %}
{{ tool.name | replace("edb_", "") | replace("pwntools_", "") }} {% if ns.has_inputs %}
⚙
{% endif %}
{% endfor %}
{% endfor %}
Execute
Command:
—
Select a tool from the sidebar to begin.