Ironscales for Zed
io.github.wyre-technology/ironscales-mcp
MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.
client:Zed
transport:stdio
runtime:oci
Install Ironscales in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ironscales-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/ironscales-mcp:v1.2.1"
],
"env": {
"IRONSCALES_API_KEY": "<IRONSCALES_API_KEY>",
"IRONSCALES_COMPANY_ID": "<IRONSCALES_COMPANY_ID>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs