Skip to content
Zed

Phrase Flip for Zed

io.github.oneill9/phraseflip-mcp

Privacy-first local phrase-flipped translation for AI chat clients.

client:Zed transport:stdio runtime:npm

Install Phrase Flip in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "phraseflip-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "phraseflip-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Phrase Flip in other clients