STRIDE threat modeling MCP server — give your AI coding assistant structured threat analysis capabilities with customizable organization security guidelines
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-powered-threat-mo": {
"command": "uvx",
"args": [
"ai-powered-threat-modeling-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ai-powered-threat-mo uvx ai-powered-threat-modeling-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-powered-threat-mo": {
"command": "uvx",
"args": [
"ai-powered-threat-modeling-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install ai-powered-threat-modeling-mcp-server