mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-08-04 05:41:24 +00:00
18 lines
530 B
YAML
18 lines
530 B
YAML
name: Vestige
|
|
repo: https://github.com/samvallad33/vestige
|
|
tagline: Local persistent memory for OpenCode agents
|
|
description: Adds local and project-scoped MCP memory to OpenCode, so agents can remember decisions, preferences, architecture context, and previous fixes across sessions.
|
|
scope:
|
|
- global
|
|
- project
|
|
tags:
|
|
- mcp
|
|
- memory
|
|
- local-first
|
|
- opencode
|
|
- ai-agents
|
|
min_version: 1.16.2
|
|
homepage: https://github.com/samvallad33/vestige
|
|
installation: |
|
|
npm install -g vestige-mcp-server@latest
|
|
npx @vestige/init
|