Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From agentic-security
Runs a local security scanning MCP server that provides code diff analysis, taint querying, finding explanations, rule module discovery, and automated fix synthesis/verification/application. Requires HMAC-signed last-scan.json for fix application.
npx claudepluginhub clear-capabilities/agentic-security --plugin agentic-securityCopy 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
Share bugs, ideas, or general feedback.