filechanger for Zed
io.filechanger/filechanger
Convert documents between text formats (markdown, html, and more) via the FileChanger API.
client:Zed
transport:stdio
runtime:npm
Install filechanger in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"filechanger": {
"command": "npx",
"args": [
"-y",
"filechanger-mcp"
],
"env": {
"FILECHANGER_API_KEY": "<FILECHANGER_API_KEY>",
"FILECHANGER_URL": "<FILECHANGER_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs