Memorizer
Provides persistent memory storage with semantic search capabilities through PostgreSQL and pgvector, enabling long-term context retention across sessions with vector-based storage, relationship tracking, and asynchronous metadata processing.
Featured
View Source66 stars
0 tools
Created Aug 2025
@petabridge/petabridge-memorizer-memorizer-v1About
Provides persistent memory storage with semantic search capabilities through PostgreSQL and pgvector, enabling long-term context retention across sessions with vector-based storage, relationship tracking, and asynchronous metadata processing.
Categories
general
Installation
npm
npm install @petabridge/petabridge-memorizer-memorizer-v1
Configuration
{
"mcpServers": {
"petabridge-memorizer-memorizer-v1": {
"command": "npx",
"args": [
"-y",
"@petabridge/petabridge-memorizer-memorizer-v1"
]
}
}
}