Skip to content
Cursor

Visual Memory MCP for Cursor

io.github.putervision/vision-memory-mcp

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

client:Cursor transport:stdio runtime:npm

Install Visual Memory MCP in Cursor

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

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

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

Visual Memory MCP in other clients