Skip to content
Claude Desktop

Vestige for Claude Desktop

io.github.samvallad33/vestige

Local-first memory for AI agents that reaches backward to find a failure's root cause.

client:Claude Desktop transport:stdio runtime:npm

Install Vestige in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "vestige": {
      "command": "npx",
      "args": [
        "-y",
        "vestige-mcp-server"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Vestige in other clients