a month ago
Extract structured JSON from video, images, and PDFs using local LLMs (Ollama, LM Studio, oMLX) or via OpenRouter. Runs fully offline.
Server Config
{
"mcpServers": {
"vidlizer": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"vidlizer[mcp]",
"vidlizer-mcp"
],
"env": {
"PROVIDER": "ollama",
"OLLAMA_HOST": "http://localhost:11434",
"OLLAMA_MODEL": "gemma4:2b"
}
}
}
}