
Product
Socket for Asana Is Now Available
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.
visiongemma-mcp
Advanced tools
Local AI vision MCP server for Windows: OCR (Chinese & English), chart analysis, scene description, object recognition. 100% offline — images never leave your machine.
mcp-name: io.github.q1023884985/visiongemma
VisionGemma is a local AI vision recognition MCP server for Windows. It exposes a single vision_analyze tool that lets any MCP client (Claude Desktop, Cursor, Cline, opencode, ...) do:
All inference runs 100% locally via a Vulkan-accelerated on-device engine. Images never leave your machine.
Note: this package is the stdio launcher for the MCP Registry. It requires the VisionGemma engine (Windows x64) to be installed. Download it from the GitHub Releases, then run the installer once.
pip install visiongemma-mcp
Install the VisionGemma engine from the GitHub Releases page.
Add to your MCP client config:
{
"mcpServers": {
"vision-gemma": {
"command": "visiongemma",
"args": ["--mcp"],
"type": "stdio"
}
}
}
Or point directly at the engine executable (no pip install needed):
{
"mcpServers": {
"vision-gemma": {
"command": "C:\\path\\to\\VisionGemma.exe",
"args": ["--mcp"],
"type": "stdio"
}
}
}
| Parameter | Type | Description |
|---|---|---|
image_path | string (required) | Local absolute path, http(s):// URL, or base64 data URI of the image |
prompt | string (optional) | Question or instruction about the image (default: "please describe this image") |
FAQs
Local AI vision MCP server for Windows: OCR (Chinese & English), chart analysis, scene description, object recognition. 100% offline — images never leave your machine.
We found that visiongemma-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.