Skip to content
VS Code

operant mcp for VS Code

io.github.operantlabs/operant-mcp

Security testing MCP server for penetration testing, forensics, and vulnerability assessment

client:VS Code transport:stdio runtime:npm

Install operant mcp in VS Code

.vscode/mcp.json

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

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

operant mcp in other clients