SentraSec MCP

Version 0.2.0Released July 24, 2026Transport stdio (JSON-RPC 2.0)

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 | bash

Full 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 serve

In client config that's { "command": "sentrasec", "args": ["mcp", "serve"] }.

3

Connect your client

Pick your tool for a copy-paste config:

First, authenticate so the server can reach your workspace.