Serves the Alchemy writing ruleset to any agent, so its prose loses the usual LLM tells.
claude mcp add alchemy -- npx -y @fernforge/alchemy-mcp
claude_desktop_config.json
{
"mcpServers": {
"alchemy": {
"command": "npx",
"args": [
"-y",
"@fernforge/alchemy-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"alchemy": {
"command": "npx",
"args": [
"-y",
"@fernforge/alchemy-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"alchemy": {
"command": "npx",
"args": [
"-y",
"@fernforge/alchemy-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"alchemy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fernforge/alchemy-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"alchemy": {
"command": "npx",
"args": [
"-y",
"@fernforge/alchemy-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.fernforge--alchemy/reviews or the review_server meta-tool.
POST /mcp