Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@memstate/setup

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@memstate/setup

Set up Memstate AI persistent memory for your AI coding agent in seconds

latest
Source
npmnpm
Version
2.1.0
Version published
Weekly downloads
10
-9.09%
Maintainers
1
Weekly downloads
 
Created
Source

@memstate/setup

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.

What it installs

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" }
    }
  }
}

Skill file (optional)

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.

Usage

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

Options

FlagDescription
--mcpInstall MCP server config
--skillInstall SKILL.md
--path <dir>Use a custom project root
--global, -gPrefer global (user-level) install
--projectPrefer project-level install (default)
--yes, -yAccept all defaults without prompting
--help, -hShow help
--version, -vShow version

Get a free API key

memstate.ai/dashboard/api-keys — free to sign up, no credit card required.

Keywords

memstate

FAQs

Package last updated on 01 Apr 2026

Did you know?

Socket

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.

Install

Related posts