scan mcp for Zed
io.github.jacksenechal/scan-mcp
MCP server for scanner discovery and batch capture via SANE
client:Zed
transport:stdio
runtime:npm
Install scan mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"scan-mcp": {
"command": "npx",
"args": [
"-y",
"scan-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs