Home › Other › Visual Memory MCP

Visual Memory MCP

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

TypeScript
★ 76 stars Last pushed 2026-09-15 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.2.1)

npx -y @putervision/vision-memory-mcp@1.2.1

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry