Server Claude
БесплатноНе проверенMCP Memory Server for Claude Code that provides persistent context across sessions using semantic search (RAG).
Описание
MCP Memory Server for Claude Code that provides persistent context across sessions using semantic search (RAG).
README
MCP Memory Server for Claude Code — persistent context across sessions using semantic search (RAG).
Problem
Claude Code compacts conversation history when it exceeds the context window (~200k tokens). This causes loss of operational context between sessions. A database alone doesn't fix this — the solution is selective context retrieval (RAG), not full history loading.
Solution
A local MCP server that:
- Saves key fragments from each session with embeddings
- On new sessions, retrieves only the top-K semantically relevant fragments (~5-10k tokens)
- Provides structured project context (decisions, status, todos) on demand
Architecture
Claude Code CLI
│ MCP Protocol (JSON-RPC 2.0 / stdio)
▼
MCP Memory Server (FastMCP)
├── Tools: remember, recall, get_project_context, list_sessions
├── ChromaDB ← vector store (semantic search)
└── SQLite ← session metadata
Quick Start
git clone <repo>
cd mcp-server-claude
pip install -r requirements.txt
cp .env.example .env
# edit .env — set MEMORY_DB_PATH to a directory outside the repo
# Register with Claude Code:
# Add the contents of mcp_config.example.json to ~/.claude/settings.json
Environment
Designed for Zurich Insurance GenAI Platform (LiteLLM proxy UAT, WSL2 Ubuntu 24).
CLAUDE_CODE_DISABLE_PROMPT_CACHING=1— proxy doesn't support caching; this server compensates- All embeddings run locally (sentence-transformers) — no external calls
Documentation
Установка Server Claude
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/zcc-cddg-mx/mcp-server-claudeFAQ
Server Claude MCP бесплатный?
Да, Server Claude MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Server Claude?
Нет, Server Claude работает без API-ключей и переменных окружения.
Server Claude — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Server Claude в Claude Desktop, Claude Code или Cursor?
Открой Server Claude на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Server Claude with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
