mcp-scan for Zed
io.github.codingselim/mcp-scan
Passive security scanner: audits MCP servers against the OWASP MCP Top 10, graded A-F.
client:Zed
transport:stdio
runtime:npm
Install mcp-scan in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-scan": {
"command": "npx",
"args": [
"-y",
"owasp-mcp-scan"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs