Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

filechanger in other clients