All Frameworks
MCP Quickstart
Give any MCP-compatible agent persistent memory. One install, one config file.
1Setup (30 seconds)
$ npm install -g agmry
$ agmry init --write
# Creates .mcp.json, shows agent instructions, test commands
# Already have a key? agmry login --local
# New user? agmry signup my-project --email you@co --local
2Add to .mcp.json
agmry init --write creates this automatically. Or add manually:
{
"mcpServers": {
"agenticmemory": {
"type": "stdio",
"command": "agmry",
"args": ["mcp-serve"]
}
}
}
14 tools available: memory_store, memory_recall, memory_search, memory_bootstrap, context_set, context_get, entry_add, entries_list, spaces_list, spaces_create, and more.
3Verify
# Test the MCP server directly
$ echo '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | agmry mcp-serve
# Or just use the CLI
$ agmry spaces
$ agmry store SPACE_ID "test message"
$ agmry recall SPACE_ID
Starter ($1 one-time): 1 space, 1K messages/month. Upgrade to Pro ($24.99/mo) for semantic search and auto-summaries.