Vestige for VS Code
io.github.samvallad33/vestige
Local-first memory for AI agents that reaches backward to find a failure's root cause.
client:VS Code
transport:stdio
runtime:npm
Install Vestige in VS Code
.vscode/mcp.json
{
"servers": {
"vestige": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vestige-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs