Skip to content
Gemini CLI

Alchemy for Gemini CLI

io.github.fernforge/alchemy

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

client:Gemini CLI transport:stdio runtime:npm

Install Alchemy in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Alchemy in other clients