go-vision-mcp

cristian-guerrero/go-vision-mcp
★ 0 stars Go 🤖 AI/LLM Updated today
A Go-based MCP (Model Context Protocol) server that enables vision analysis for LLMs without native vision capabilities using a local vision model via llama.cpp.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "go-vision-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/cristian-guerrero/go-vision-mcp@latest"
      ]
    }
  }
}

README Excerpt

A Go-based MCP (Model Context Protocol) server that enables vision analysis for LLMs without native vision capabilities using a local vision model via llama.cpp. - **Four MCP tools** — `analyze_image`, `describe_image`, `analyze_clipboard`, `describe_clipboard` (Windows) - **Lazy loading** — model downloads + llama-server starts only on first tool call, saves bandwidth/VRAM when idle

Tools (4)

analyze_clipboardanalyze_imagedescribe_clipboarddescribe_image