Loading MCP server directory, please wait...
Self-evolving memory system for AI agents
npx @getmcp/cli add io.github.DiaaAj/a-mem-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
OPENAI_API_KEYOpenAI API key (required if LLM_BACKEND=openai)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.DiaaAj/a-mem-mcp": {
"command": "uvx",
"args": [
"a-mem"
],
"env": {
"LLM_BACKEND": "openai",
"LLM_MODEL": "gpt-4o-mini",
"OPENAI_API_KEY": "",
"EMBEDDING_MODEL": "all-MiniLM-L6-v2",
"CHROMA_DB_PATH": "./chroma_db"
}
}
}
}