Skip to content

Visual Memory MCP for Zed

io.github.putervision/vision-memory-mcp

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

client:Zed transport:stdio runtime:npm

Install Visual Memory MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Visual Memory MCP in other clients