Store persistent AI agent memory with conversation history, vector search, knowledge base, and fact extraction in TypeScript
{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": [
"-y",
"@biosbot/agent-memory"
]
}
}
}