Odel
Alchemy

Alchemy

Local
@fernforge1JavaScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@fernforge/alchemy-mcpv0.1.1

Run

npx -y @fernforge/alchemy-mcp

MCP client config

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