Skip to content
Zed

mcp pwntools for Zed

io.github.daedalus/mcp-pwntools

MCP server exposing pwntools 4.15.0 functionality for binary exploitation

client:Zed transport:stdio runtime:pypi

Install mcp pwntools in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-pwntools": {
      "command": "uvx",
      "args": [
        "mcp-pwntools"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp pwntools in other clients