MCP Customs for Zed
io.github.mcpcustoms/mcp-customs
Inspect an MCP server for common security risks before you install it. Offline, zero telemetry.
client:Zed
transport:stdio
runtime:npm
Install MCP Customs in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-customs": {
"command": "npx",
"args": [
"-y",
"mcp-customs"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs