Best for
- AI coding agents (like Claude, Cursor) that require typed security scan results.
- Development environments that need to reduce token consumption and improve output reliability.
This server is part of the Pare project, focusing on security scanning consistency. It provides structured output to improve efficiency and reliability for AI agents. Due to lack of specific tool list and client support info, users should refer to official docs for detailed configuration.
Pare Security is an MCP server from the Pare project that wraps Trivy security scanning and returns structured, schema-validated JSON instead of raw terminal text. It provides typed data that AI agents can act on directly, avoiding brittle string parsing. The server uses stdio transport and is distributed via the npm package @paretools/security.
{
"mcpServers": {
"pare-security": {
"command": "npx",
"args": ["-y", "@paretools/security"]
}
}
}