Safeweave
Freeby MCP Community
SafeWeave MCP server — Free SAST, secrets, and dependency scanning for AI code editors. Upgrade to Self-Hosted Pro for all 8 scanners + compliance profiles.
v0.4.10Added Apr 12, 2026
securityscannermcpsastsecrets
Safeweave MCP Server
SafeWeave MCP server — Free SAST, secrets, and dependency scanning for AI code editors. Upgrade to Self-Hosted Pro for all 8 scanners + compliance profiles.
Installation
npx -y safeweave-mcp
Reviews
Installation
Quick install
npx -y safeweave-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"safeweave": {
"command": "npx",
"args": ["-y", "safeweave-mcp"]
}
}
}