vestige/packages/vestige-mcpb
Sam Valladares 927f41c3e4 feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval
28-module CognitiveEngine with full neuroscience pipeline on every tool call.
FSRS-6 now fully automatic: periodic consolidation (6h timer + inline every
100 tool calls), real retrievability formula, episodic-to-semantic auto-merge,
cross-memory reinforcement, Park et al. triple retrieval scoring, ACT-R
base-level activation, personalized w20 optimization.

New tools (19 → 23):
- dream: memory consolidation via replay, discovers hidden connections
- explore_connections: graph traversal (chain, associations, bridges)
- predict: proactive retrieval based on context and activity patterns
- restore: memory restore from JSON backups

All existing tools upgraded with cognitive pre/post processing pipelines.
33 files changed, ~4,100 lines added.
2026-02-18 23:34:15 -06:00
..
.gitignore feat: add MCPB bundle and fix npm package distribution 2026-01-27 00:15:17 -06:00
build.sh feat: add MCPB bundle and fix npm package distribution 2026-01-27 00:15:17 -06:00
manifest.json feat: Vestige v1.5.0 — Cognitive Engine, memory dreaming, graph exploration, predictive retrieval 2026-02-18 23:34:15 -06:00
README.md feat: add MCPB bundle and fix npm package distribution 2026-01-27 00:15:17 -06:00

Vestige MCPB

One-click installation bundle for Claude Desktop.

For Users

  1. Download vestige-1.1.0.mcpb from GitHub Releases
  2. Double-click to install
  3. Restart Claude Desktop

That's it. No npm, no terminal, no config files.

For Developers

Building the bundle

# Install mcpb CLI
npm install -g @anthropic-ai/mcpb

# Download binaries from GitHub release
./build.sh

# Pack
mcpb pack

Structure

vestige-mcpb/
├── manifest.json        # Bundle metadata
├── server/              # Platform binaries (downloaded)
│   ├── vestige-mcp-darwin-arm64
│   ├── vestige-mcp-linux-x64
│   └── vestige-mcp-win32-x64.exe
└── vestige-1.1.0.mcpb   # Final bundle (generated)