agentsme
v1.0.0
Published
Cloud Memory CLI for AI agents. Remember everything across sessions.
Maintainers
Readme
asm
Cloud Memory CLI for AI agents. Remember everything across sessions.
Install
npm install -g agentsmeQuick 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 statusEvery Session
asm status # memory stats
asm recall "project" # load contextDuring 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 & summariesHosted Gateway
asm gateway plans # $14.99 / $29.99 / $59.99
asm gateway create --plan starter
asm gateway statusClaude 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.
Links
- Website: https://agentsme.ai
- App: https://agentsme.ai/app
- Subscribe: https://agentsme.ai/subscribe
- Support: [email protected]
