Skip to content

HackTricks MCP Server for Zed

io.github.xplo8e/hacktricks-mcp-server

Search and query HackTricks pentesting documentation with quick lookup and section extraction

client:Zed transport:stdio runtime:npm

Install HackTricks MCP Server in Zed

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

{
  "context_servers": {
    "hacktricks-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hacktricks-mcp-server"
      ]
    }
  }
}

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

HackTricks MCP Server in other clients