Skip to content
VS Code

mcp pwntools for VS Code

io.github.daedalus/mcp-pwntools

MCP server exposing pwntools 4.15.0 functionality for binary exploitation

client:VS Code transport:stdio runtime:pypi

Install mcp pwntools in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-pwntools": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-pwntools"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp pwntools in other clients