Catalog
io.github.ayushagrawal288/memex
Officialby ayushagrawal288 · Python
memex
Persistent memory for AI agents — semantic + recency search, ONNX embeddings, Docker Compose.
Persistent semantic memory system for AI agents with vector embeddings.
Topics
ai-agentsfastapimcpmemorypgvectorpostgresqlpythonvector-search
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"memex": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ayushagrawal288/memex:v0.1.0"
]
}
}
}