Memory MCP Server
A production MCP server that gives AI assistants persistent memory across conversations. Features 8 tools — save, search, update, delete, list, get_context, get_rules, and get_memory. Uses pgvector with gte-small embeddings (384-dim) for AI-powered semantic search across all stored memories. Secured with OAuth 2.0 + PKCE (S256). Includes a glassmorphism UI with a visual rules editor that exports .claude.md files. Soft deletes, access logging, and category-based organization (preference, rule, project, decision, context, snippet, note, persona).
TypeScriptNext.jsReactSupabaseTailwind CSS