Visual Memory MCP
Rank #2,147io.github.putervision/vision-memory-mcp
Local visual UI cache for AI agents using perceptual hashing + CLIP to cut vision token use.
Visual Memory MCP is a Model Context Protocol (MCP) server published by putervision. It ranks #2,147 of 115,460 servers tracked on MCP Toplist, and its repository has 65 GitHub stars. Visual Memory MCP is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Jul 27, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 113,313 of 115,460 servers on MCP Toplist.
Use Visual Memory MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vision-memory-mcp -- npx -y @putervision/vision-memory-mcp[mcp_servers.vision-memory-mcp]
command = "npx"
args = ["-y", "@putervision/vision-memory-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"vision-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@putervision/vision-memory-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"vision-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@putervision/vision-memory-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"vision-memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@putervision/vision-memory-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"vision-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@putervision/vision-memory-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"vision-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@putervision/vision-memory-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.putervision%2Fvision-memory-mcp)<a href="https://mcptoplist.com/server/io.github.putervision%2Fvision-memory-mcp"><img src="https://mcptoplist.com/badge/io.github.putervision%2Fvision-memory-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
putervision
Other servers by putervision
View all putervision servers →Available versions (7)
| Version | Published |
|---|---|
| 1.0.0 | Aug 20, 2026 |
| 0.9.0 | Aug 12, 2026 |
| 0.8.0 | Aug 6, 2026 |
| 0.7.21 | Aug 4, 2026 |
| 0.7.1 | Aug 1, 2026 |
| 0.7.0 | Jul 30, 2026 |
| 0.6.0 | Jul 28, 2026 |
Frequently asked questions
- Who maintains Visual Memory MCP?
- Visual Memory MCP is maintained by putervision, which publishes 3 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Visual Memory MCP listed on the Official MCP Registry?
- Yes — Visual Memory MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Visual Memory MCP have?
- MCP Toplist tracks 7 versions of Visual Memory MCP, most recently published on Aug 20, 2026.
- Where can I find the source code for Visual Memory MCP?
- The source code for Visual Memory MCP is hosted at github.com/putervision/vision-memory-mcp.git.