Skip to content
Cursor

Vestige for Cursor

io.github.samvallad33/vestige

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

client:Cursor transport:stdio runtime:npm

Install Vestige in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Vestige in other clients