Skip to content
VS Code

HackTricks MCP Server for VS Code

io.github.xplo8e/hacktricks-mcp-server

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

client:VS Code transport:stdio runtime:npm

Install HackTricks MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "hacktricks-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hacktricks-mcp-server"
      ]
    }
  }
}

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

HackTricks MCP Server in other clients