arche-memory
v0.1.1
Published
Connect your AI to your memory with Arche
Downloads
46
Readme
arche-memory
Connect your AI to your memory with Arche.
Installation
npm install -g arche-memoryOr use directly with npx:
npx arche-memory --key sk_live_xxxxxUsage with Claude Desktop
Get your API key at getarche.vercel.app/mcp
Add to your
claude_desktop_config.json:
{
"mcpServers": {
"arche": {
"command": "npx",
"args": ["-y", "arche-memory", "--key", "YOUR_API_KEY"]
}
}
}- Restart Claude Desktop
Available Tools
- store_memory - Save new memories about the user
- recall_memories - Search and retrieve relevant memories
- architect_prompt - Build context-enriched prompts with memories
- list_memories - List all stored memories
- delete_memory - Remove a memory by ID
License
MIT
