vision-memory-mcp
by putervision
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | log levels (debug, info, warn, error) | info |
| CLIP_MODEL | No | Embedding model name | Xenova/clip-vit-base-patch32 |
| STRIP_EXIF | No | Strip EXIF metadata from stored screenshots | true |
| STRICT_MODE | No | Refuse external L4 calls & enforce projectRoot paths | false |
| LANCEDB_PATH | No | Storage path for LanceDB | .vision-memory-mcp |
| OFFLINE_MODE | No | Restrict CLIP loading to local files only | false |
| OPENAI_API_KEY | No | Required if using OpenAI endpoints for L4 fallback | |
| TTL_DEFAULT_MS | No | Eviction TTL (default: 7 days) | 604800000 |
| CLIP_MODEL_PATH | No | Optional local path to pre-downloaded CLIP model | |
| VISION_MODEL_NAME | No | Vision model identifier | gpt-4o |
| LANCEDB_CACHE_SIZE | No | Maximum hot items in LRU Cache | 100 |
| LIMIT_INPUT_PIXELS | No | Sharp decompression bomb pixel limit | 16777216 |
| MAX_LANCEDB_SIZE_MB | No | Eviction threshold (MB) | 1000 |
| EMBEDDING_DIMENSIONS | No | CLIP embedding output dimension | 512 |
| HASH_EXACT_THRESHOLD | No | Hamming distance <= this = exact hit | 5 |
| VISION_MODEL_ENABLED | No | Enable L4 vision fallback | false |
| VISION_MODEL_ENDPOINT | No | Vision model server URL | http://localhost:1234/v1 |
| HASH_SIMILAR_THRESHOLD | No | Hamming distance <= this = similar hit | 10 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/putervision/vision-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server