🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

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
Maintainers
1
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

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