Skip to content
Cline

Alchemy for Cline

io.github.fernforge/alchemy

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

client:Cline transport:stdio runtime:npm

Install Alchemy in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Alchemy in other clients