zero-x-cursor logo

zero-x-cursor

4

The Zero-X MCP server brings Zero-X security and analysis capabilities directly into your AI coding workflow inside Cursor.

This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.

{ "type": "stdio", "command": "python", "args": [ "-c", "import importlib.util,subprocess,sys; pkg_ok = importlib.util.find_spec('zerox_mcp') is not None; pkg_ok or subprocess.check_call([sys.executable,'-m','pip','install','--disable-pip-version-check','--quiet','git+https://github.com/Zero-X-Security/zero-x-cursor-plugin.git']); subprocess.check_call([sys.executable,'-m','zerox_mcp.server'])" ], "env": { "ZEROX_API_KEY": "", "ZEROX_BASE_URL": "https://in.zero-x.cloud" } }