Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Personal Context Manager

БесплатноНе проверен

Provides persistent personal context storage across AI conversations, allowing AI assistants to remember user preferences, project conventions, and other person

GitHubEmbed

Описание

Provides persistent personal context storage across AI conversations, allowing AI assistants to remember user preferences, project conventions, and other personal information between sessions.

README

An MCP (Model Context Protocol) server that provides persistent personal context storage across AI conversations. It allows AI assistants to remember user preferences, project conventions, and other personal information between sessions.

Features

  • Persistent Storage — Context entries are saved to a local JSON file and survive across conversations
  • Upsert by Key — Automatically creates or updates entries based on key, avoiding duplicates
  • Keyword Search — Search across keys, values, and tags to find relevant context
  • Tagging — Organize entries with optional tags for easier retrieval
  • Atomic Writes — Uses tmp-file + rename to prevent data corruption

Tools

Tool Description
update_context Add or update a context entry by key
get_context Search entries by keyword
list_contexts List all stored entries
delete_context Delete an entry by ID

Setup

Install

npm install
npm run build

Configure in Claude Code

Add to your MCP settings (~/.claude/settings.json):

{
  "mcpServers": {
    "personal-context-manager": {
      "command": "node",
      "args": ["/path/to/personal-context-manager/dist/index.js"]
    }
  }
}

Data Location

Context data is stored at ~/.personal-context-manager/contexts.json by default.

Override with the CONTEXT_MANAGER_DATA_DIR environment variable:

{
  "mcpServers": {
    "personal-context-manager": {
      "command": "node",
      "args": ["/path/to/personal-context-manager/dist/index.js"],
      "env": {
        "CONTEXT_MANAGER_DATA_DIR": "/custom/path"
      }
    }
  }
}

License

MIT

from github.com/nullptr-z/Personal-context-manager

Установить Personal Context Manager в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install personal-context-manager

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add personal-context-manager -- npx -y github:nullptr-z/Personal-context-manager

FAQ

Personal Context Manager MCP бесплатный?

Да, Personal Context Manager MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Personal Context Manager?

Нет, Personal Context Manager работает без API-ключей и переменных окружения.

Personal Context Manager — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Personal Context Manager в Claude Desktop, Claude Code или Cursor?

Открой Personal Context Manager на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Personal Context Manager with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai