★ 0 stars
Unknown language
🔌 API Integration
Updated today
Hailo-8L NPU lane for the OpenClaw YouTube analyst pipeline: Hailo-Stack-Skill, hailo-vision MCP server, content-addressed Vision Cache (Phase H, 1060x speedup), DKMS kernel patch, OCR mode semantics. Pairs with dmmdea/OpenClaw-Youtube-Analyst-Skills.
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": {
"hailo-youtube-stack-": {
"command": "npx",
"args": [
"-y",
"dmmdea/hailo-youtube-stack-mcp"
]
}
}
}
Run in terminal:
claude mcp add hailo-youtube-stack- npx -y dmmdea/hailo-youtube-stack-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"hailo-youtube-stack-": {
"command": "npx",
"args": [
"-y",
"dmmdea/hailo-youtube-stack-mcp"
]
}
}
}