Skip to content
Zed

Alchemy for Zed

io.github.fernforge/alchemy

Serves the Alchemy writing ruleset to any agent, so its prose loses the usual LLM tells.

client:Zed transport:stdio runtime:npm

Install Alchemy in Zed

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

{
  "context_servers": {
    "alchemy": {
      "command": "npx",
      "args": [
        "-y",
        "@fernforge/alchemy-mcp"
      ]
    }
  }
}

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

Alchemy in other clients