An MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"security-analysis-re": {
"command": "npx",
"args": [
"-y",
"sarahYasin/Security-Analysis-Report-Calculator-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add security-analysis-re npx -y sarahYasin/Security-Analysis-Report-Calculator-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"security-analysis-re": {
"command": "npx",
"args": [
"-y",
"sarahYasin/Security-Analysis-Report-Calculator-MCP-Server"
]
}
}
}