vestige/packages/vestige-mcpb
2026-05-24 16:09:44 -05:00
..
.gitignore feat: add MCPB bundle and fix npm package distribution 2026-01-27 00:15:17 -06:00
build.sh Prepare agent-neutral hardening release 2026-05-24 16:09:44 -05:00
manifest.json Prepare agent-neutral hardening release 2026-05-24 16:09:44 -05:00
README.md Prepare agent-neutral hardening release 2026-05-24 16:09:44 -05:00

Vestige MCPB

One-click installation bundle for Claude Desktop.

For Users

  1. Download vestige-2.1.21.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-2.1.21.mcpb  # Final bundle (generated)