Personal Context Manager
БесплатноНе проверенProvides persistent personal context storage across AI conversations, allowing AI assistants to remember user preferences, project conventions, and other person
Описание
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
Установка Personal Context Manager
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/nullptr-z/Personal-context-managerFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Personal Context Manager with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
