
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
@fernforge/alchemy-mcp
Advanced tools
MCP server that serves the Alchemy ruleset to any agent, so it writes human-quality prose instead of tell-tale LLM text.
An MCP server that hands the Alchemy ruleset to any agent, so the prose it writes reads like a person wrote it instead of carrying the usual LLM tells.
It exposes the rules two ways:
get_writing_rules — returns the full ruleset. An agent calls it before writing
docs, a README, a commit message, or a reply, then follows what comes back.alchemy://rules — the same text as an attachable resource, for clients that
prefer to pin it into context.Add the server to your MCP client config. For Claude Desktop, in
claude_desktop_config.json:
{
"mcpServers": {
"alchemy": {
"command": "npx",
"args": ["-y", "@fernforge/alchemy-mcp"]
}
}
}
Cursor, Cline, and other MCP clients take the same command and args in their own config.
Restart the client and the get_writing_rules tool shows up.
The drop-in file and the
npx @fernforge/alchemy init installer
both put the rules in one project. The server is for when you'd rather your agent pull the
rules on demand across every project, with no file to copy or keep current. Same rules, fetched
live.
MIT
FAQs
MCP server that serves the Alchemy ruleset to any agent, so it writes human-quality prose instead of tell-tale LLM text.
We found that @fernforge/alchemy-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.