o360 mcp for Zed
com.offensive360/o360-mcp
Run Offensive360 SAST scans (60+ languages) on local code; findings with file/line and fixes
client:Zed
transport:stdio
runtime:npm
Install o360 mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"o360-mcp": {
"command": "npx",
"args": [
"-y",
"o360-mcp"
],
"env": {
"O360_URL": "<O360_URL>",
"O360_TOKEN": "<O360_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs