
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
vestige-mcp-server
Advanced tools
Vestige MCP Server — local cognitive memory for MCP-compatible AI agents
Vestige MCP Server - A synthetic hippocampus for AI assistants.
Built on 130 years of cognitive science research, Vestige provides biologically-inspired memory that decays, strengthens, and consolidates like the human mind.
npm install -g vestige-mcp-server
This automatically downloads the correct binary for your platform (macOS, Linux, Windows) from GitHub releases.
Already installed? Update without copying release URLs:
vestige update
This refreshes the binaries only. Optional Claude Code Cognitive Sandwich
companion files are refreshed with vestige update --sandwich-companion or
vestige sandwich install.
The entire cognitive engine is free forever, local, and never metered. Vestige Pro is for when that memory needs to follow you:
npm update -g vestige-mcp-server # get the Pro-capable client (v2.3.0+)
vestige sync --cloud # walks you through the rest
Subscribe: github.com/samvallad33/vestige#vestige-pro
One passphrase, chosen by you, for every device. Vestige never receives it. A lost passphrase means the encrypted data is unrecoverable — that is the point.
| Command | Description |
|---|---|
vestige-mcp | MCP server for local agent memory |
vestige | CLI for stats, health checks, and maintenance |
vestige-restore | Restore helper for backup recovery |
vestige health
Vestige works with any client that can register a stdio MCP server.
Claude Code
claude mcp add vestige vestige-mcp -s user
Codex
codex mcp add vestige -- vestige-mcp
Then restart your MCP client.
OpenCode
Add to ~/.config/opencode/opencode.json or a project-local opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"vestige": {
"type": "local",
"command": ["vestige-mcp"],
"enabled": true,
"timeout": 10000
}
}
}
Prefer the installed vestige-mcp command for OpenCode. If you run Vestige directly through npx, use a longer first-run timeout because npm may need to download the package before OpenCode can connect:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"vestige": {
"type": "local",
"command": ["npx", "-y", "-p", "vestige-mcp-server@latest", "vestige-mcp"],
"enabled": true,
"timeout": 60000
}
}
}
Add to your Claude Desktop configuration:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"vestige": {
"command": "vestige-mcp"
}
}
}
vestige stats # Memory statistics
vestige stats --states # Cognitive state distribution
vestige health # System health check
vestige consolidate # Run memory maintenance cycle
vestige update # Update binaries
vestige update --sandwich-companion # Also refresh optional Claude Code files
vestige sandwich install # Manage optional Claude Code hook files
Vestige uses SQLite for storage. Your memories are stored on disk, not in RAM.
You'll never run out of space. A heavy user creating 100 memories/day would use ~1.5GB after 10 years.
On first use, Vestige downloads the nomic-embed-text-v1.5 model (~130MB). This is a one-time download and all subsequent operations are fully offline.
The model is stored in Vestige's OS cache directory, or you can set a global location:
export FASTEMBED_CACHE_PATH="$HOME/.fastembed_cache"
| Variable | Description | Default |
|---|---|---|
RUST_LOG | Log verbosity + per-module filter | info |
FASTEMBED_CACHE_PATH | Embeddings model cache override | OS cache dir |
VESTIGE_DATA_DIR | Storage directory fallback; database lives at <dir>/vestige.db | OS data dir |
VESTIGE_DASHBOARD_PORT | Dashboard port | 3927 |
VESTIGE_AUTH_TOKEN | Bearer auth for dashboard + HTTP MCP | auto-generated |
Storage precedence is --data-dir <path>, then VESTIGE_DATA_DIR, then your OS's per-user data directory.
which vestige-mcpvestige-mcp (should wait for stdio input)Reinstall the package:
npm install -g vestige-mcp-server
The model downloads on first memory ingest or search operation. If your MCP client cannot connect to the MCP server, no memory operations happen and no model downloads.
Fix the MCP connection first, then the model will download automatically.
| Platform | Architecture |
|---|---|
| macOS | ARM64 (Apple Silicon), x86_64 (Intel) |
| Linux | x86_64 |
| Windows | x86_64 |
AGPL-3.0-only
FAQs
Vestige MCP Server — local cognitive memory for MCP-compatible AI agents
The npm package vestige-mcp-server receives a total of 259 weekly downloads. As such, vestige-mcp-server popularity was classified as not popular.
We found that vestige-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.