New:Socket for Asana Is Now Available.Learn more
Get Started

agentsme

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentsme

Cloud Memory CLI for AI agents. Remember everything across sessions.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
6
200%
Maintainers
1
Weekly downloads
 
Created
Source

asm

Cloud Memory CLI for AI agents. Remember everything across sessions.

Install

npm install -g agentsme

Quick Start

asm login --key YOUR_API_KEY
asm remember "Joe is CEO of Tyga Cloud, prefers Claude"
asm recall "who is Joe?"
asm people
asm status

Every Session

asm status            # memory stats
asm recall "project"  # load context

During Work

asm remember "decided Postgres for billing DB"
asm recall "what database?"
asm people            # who does the agent know?
asm threads           # conversation topics
asm journal           # decisions & summaries

Hosted Gateway

asm gateway plans               # $14.99 / $29.99 / $59.99
asm gateway create --plan starter
asm gateway status

Claude Code (MCP)

{
  "mcpServers": {
    "agentsme": {
      "type": "stdio",
      "command": "asm",
      "args": ["mcp-serve"]
    }
  }
}

Agent Config

Add to your CLAUDE.md / .cursorrules / .clinerules:

# AgentSME Cloud Memory
npm install -g agentsme
asm login --local --key YOUR_KEY
asm status && asm recall "project context"

All Commands

Run asm help for the full 44-command reference.

  • Website: https://agentsme.ai
  • App: https://agentsme.ai/app
  • Subscribe: https://agentsme.ai/subscribe
  • Support: support@agentsme.ai

Keywords

ai

FAQs

Package last updated on 19 Jun 2026

Related posts