SentraSec MCP
The SentraSec MCP server lets AI agents run security scans through the Model Context Protocol. Your agent can launch DAST scans, explain findings, list rules, and suggest fixes — all against your workspace. It ships inside the sentrasec binary, so there's nothing extra to install.
1
Install the binary
The MCP server is part of the SentraSec CLI. Install it once:
$curl -fsSL https://cli.sentrasec.ai/install.sh | bashFull install options in the CLI docs.
2
How clients run it
MCP clients launch the server over stdio with this command — you rarely run it by hand:
$sentrasec mcp serveIn client config that's { "command": "sentrasec", "args": ["mcp", "serve"] }.
3
Connect your client
Pick your tool for a copy-paste config:
- Cursor — add to
~/.cursor/mcp.json - Claude Desktop — add to the desktop config
- VS Code — add to
.vscode/mcp.json
First, authenticate so the server can reach your workspace.