Skip to content
Windsurf

Alchemy for Windsurf

io.github.fernforge/alchemy

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

client:Windsurf transport:stdio runtime:npm

Install Alchemy in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Alchemy in other clients