AI & ML
Trust: 32/100 (Limited)io.github.mifactory-bot/mifactory-agent-memory Guide
Persistent memory for AI agents across Claude, ChatGPT and any MCP client. $0.01/write.
by mifactory-bot
Quick Start
Install
npx agent-memory-apiClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-mifactory-bot-mifactory-agent-memory": {
"command": "npx",
"args": [
"agent-memory-api"
]
}
}
}