Alchemy for Cursor
io.github.fernforge/alchemy
Serves the Alchemy writing ruleset to any agent, so its prose loses the usual LLM tells.
client:Cursor
transport:stdio
runtime:npm
Install Alchemy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"alchemy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fernforge/alchemy-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs