Catalog
io.github.mifactory-bot/mifactory-agent-memory
Official2 toolsby mifactory-bot · JavaScript
Persistent memory for AI agents across Claude, ChatGPT and any MCP client.
Provides persistent memory storage for AI agents across multiple platforms.
Captured live from the server via tools/list.
memory_write
Write to agent memory
Parameters (3)
- agentIdstringrequired
- keystringrequired
- valueanyrequired
memory_read
Read from agent memory
Parameters (2)
- agentIdstringrequired
- keystringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mifactory-agent-memory": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-memory-api.vercel.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.