Alchemy for VS Code
io.github.fernforge/alchemy
Serves the Alchemy writing ruleset to any agent, so its prose loses the usual LLM tells.
client:VS Code
transport:stdio
runtime:npm
Install Alchemy in VS Code
.vscode/mcp.json
{
"servers": {
"alchemy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fernforge/alchemy-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs