Stats
Actions
Tags
From agentic-security
Runs a local agentic security scanner that analyzes code diffs, queries taint, explains findings, and can synthesize and apply fixes with confirmation. Requires project directory access.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"agentic-security": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scanner/bin/agentic-security-mcp.js",
"--root",
"${CLAUDE_PROJECT_DIR}"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Declared capabilities of this MCP server
First indexed May 31, 2026
First indexed May 31, 2026
npx claudepluginhub clear-capabilities/agentic-security --plugin agentic-security