Skip to content
Cursor

operant mcp for Cursor

io.github.operantlabs/operant-mcp

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

client:Cursor transport:stdio runtime:npm

Install operant mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

operant mcp in other clients