Back to Home
petabridge icon

memorizer-v1

Verified Safe

by petabridge

Overview

A .NET-based service for AI agents to store, retrieve, and search through long-term memories using vector embeddings, PostgreSQL (pgvector), and a Model Context Protocol (MCP) API, featuring versioning, relationships, and asynchronous chunking.

Installation

Run Command
docker-compose up -d

Environment Variables

  • MEMORIZER_ConnectionStrings__Storage
  • MEMORIZER_Embeddings__ApiUrl
  • MEMORIZER_Embeddings__Model
  • MEMORIZER_LLM__ApiUrl
  • MEMORIZER_LLM__Model
  • MEMORIZER_Server__CanonicalUrl
  • ASPNETCORE_ENVIRONMENT

Security Notes

The default `docker-compose` configurations for development include hardcoded `postgres` passwords and `pgAdmin` credentials, as well as highly permissive CORS (`*` for origins, methods, headers). These are suitable for local development but are critical security vulnerabilities if deployed to production without being locked down. The `docs/security.md` addresses these, providing strong recommendations for production-ready configuration.

Similar Servers

Stats

Interest Score62
Security Score5
Cost ClassLow
Avg Tokens300
Stars105
Forks17
Last Update2025-11-29

Tags

AIMemory ManagementVector DatabasePostgreSQL.NETMCPLLMEmbeddingKnowledge GraphVersion Control