Skip to content

v0.1.0 — Publication initiale

Choose a tag to compare

@OnyxynO OnyxynO released this 16 May 11:09

Première version publique

Serveur MCP local qui extrait des faits mémorisables depuis vos historiques de conversations IA.

Installation

pip install personal-memory-mcp

Prérequis : Python 3.13+, Ollama avec qwen3:1.7b et qwen3-embedding:0.6b.

Fonctionnalités

  • 6 outils MCP : search, add, list_facts, delete, import_source, import_conversations
  • Imports : Claude Code (JSONL), Claude export (ZIP), ChatGPT export (ZIP)
  • Recherche hybride : vectorielle (cosinus) + BM25 fallback
  • Interface web locale : mmcp ui (port 8766)
  • CLI complète : mmcp serve, mmcp setup, mmcp export, mmcp backup, mmcp restore, mmcp migrate-embeddings
  • Stockage 100 % local — aucun cloud, aucune API externe

Package PyPI

https://pypi.org/project/personal-memory-mcp/