Skip to content
Windsurf

Visual Memory MCP for Windsurf

io.github.putervision/vision-memory-mcp

Local visual UI cache for AI agents using perceptual hashing + CLIP to cut vision token use.

client:Windsurf transport:stdio runtime:npm

Install Visual Memory MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "vision-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@putervision/vision-memory-mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Visual Memory MCP in other clients