ghost mcp server for Zed
io.github.ghostsecurity/ghost-mcp-server
Minimal MCP server for Ghost Security API - compatible with all MCP clients
client:Zed
transport:stdio
runtime:npm
Install ghost mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ghost-mcp-server": {
"command": "npx",
"args": [
"-y",
"ghostsecurity-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs