xmorf for Zed
io.github.crawde/xmorf
AI image editing and generation via xmorf API. Edit, generate, and list models.
client:Zed
transport:stdio
runtime:npm
Install xmorf in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"xmorf": {
"command": "npx",
"args": [
"-y",
"mcp-xmorf"
],
"env": {
"XMORF_API_TOKEN": "<XMORF_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs