Persistent visual memory for AI agents — capture screenshots, embed with CLIP ViT-B/32, compare, recall. MCP server + Rust core library.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentic-vision": {
"command": "cargo",
"args": [
"run",
"--",
"agentic-vision"
]
}
}
}
Run in terminal:
claude mcp add agentic-vision cargo run -- agentic-vision
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentic-vision": {
"command": "cargo",
"args": [
"run",
"--",
"agentic-vision"
]
}
}
}