PluginBench
MCP Server
Active

Visual Memory MCP MCP Server

io.github.putervision/vision-memory-mcp

What is the Visual Memory MCP MCP server?

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

How to install Visual Memory MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vision-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@putervision/vision-memory-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "vision-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@putervision/vision-memory-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vision-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@putervision/vision-memory-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "vision-memory-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@putervision/vision-memory-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add vision-memory-mcp -- npx -y @putervision/vision-memory-mcp

Related MCP servers

Deterministic, persistent graph server for tracking workflow state, decisions, and blockers.

59
TypeScript
MIT
View repository →