
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
@memstate/setup
Advanced tools
Set up Memstate AI persistent memory for your AI coding agent in seconds.
npx @memstate/setup
Detects your AI agent environment (Claude Code, Cursor, Cline, Windsurf, Kilo Code, Claude Desktop) and installs the Memstate MCP server config and/or skill file automatically.
Writes the Memstate server stanza into your agent's MCP config file so tools like memstate_get, memstate_remember, and memstate_search are available in every session.
{
"mcpServers": {
"memstate": {
"command": "npx",
"args": ["-y", "@memstate/mcp"],
"env": { "MEMSTATE_API_KEY": "your_key_here" }
}
}
}
Installs SKILL.md to the correct location for skill-based agents (Claude Code, Kilo Code, Cursor rules, etc.) and appends workflow instructions to CLAUDE.md / .clinerules / etc.
npx @memstate/setup # Interactive setup (recommended)
npx @memstate/setup --mcp # MCP config only
npx @memstate/setup --skill # Skill file only
npx @memstate/setup --mcp --skill # Both
npx @memstate/setup --path ~/my/proj # Custom project root
npx @memstate/setup --yes # Accept all defaults
npx @memstate/setup --help # Full help
| Flag | Description |
|---|---|
--mcp | Install MCP server config |
--skill | Install SKILL.md |
--path <dir> | Use a custom project root |
--global, -g | Prefer global (user-level) install |
--project | Prefer project-level install (default) |
--yes, -y | Accept all defaults without prompting |
--help, -h | Show help |
--version, -v | Show version |
memstate.ai/dashboard/api-keys — free to sign up, no credit card required.
FAQs
Set up Memstate AI persistent memory for your AI coding agent in seconds
The npm package @memstate/setup receives a total of 10 weekly downloads. As such, @memstate/setup popularity was classified as not popular.
We found that @memstate/setup 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
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.