Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From claude-praetorian
Praetorian MCP server for security analysis, vulnerability scanning, and code review tools. Runs locally as a stdio subprocess via npx claude-praetorian-mcp. No API keys needed.
npx claudepluginhub vvkmnn/claude-emporium --plugin claude-praetorianCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"praetorian": {
"command": "npx",
"args": [
"claude-praetorian-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.