Vyra: Intelligent Web Video Editor for Claude Agents via MCP

Vyra is a web-based video editor that connects to Claude (and other agents) via MCP. The app pre-indexes and preprocesses uploaded footage so that Claude can search semantically and understand the content it's working with — instead of editing blindly.
Key Features
- Semantic search: Agents can query footage by content, not just filenames.
- Motion graphics support
- Music sync – automatic beat detection and alignment
- Smart masking
- Transcript-based editing – trim or rearrange based on spoken words
- Color grading tools
- 30+ effects (filters, transitions, etc.)
Try It
You can test a live demo with preloaded footage at https://app.usevyra.com/demo. The full app (https://usevyra.com) also supports connecting your own Claude or Claude Code agent via MCP.
Who It's For
Developers building AI-powered video editing workflows, or anyone using Claude agents to automate video production.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code Auto Mode: Safer Alternative to Skipping Permissions
Claude Code now offers auto mode, a permissions mode where Claude makes permission decisions with safeguards monitoring actions before execution. It's available as a research preview for Team plan users, with Enterprise and API rollout coming soon.

Exploiting LLM Hidden Agency Signal (Â) for Better Tool Calling
A developer discovered that LLMs have a linearly separable hidden state direction called  that predicts tool calls with AUC > 0.94. Using this signal to force tool calls improved Qwen3-1.7B performance from 26.7% to 85% (+58% gain) and reduced no-tool failures from 43% to 2.6%.

Homelab AI Sentinel: Self-Hosted Monitoring Assistant with LLM Integration
Homelab AI Sentinel is a self-hosted tool that processes monitoring webhooks through an LLM to generate plain-English diagnoses. It supports 11 alert sources, 10 notification platforms, and works with any OpenAI-compatible endpoint including Ollama and LM Studio for local inference.

ClawCut: A Python Proxy That Makes Small Local LLMs Usable with OpenClaw
ClawCut is a Python Flask proxy that solves common problems when connecting 7B/14B local models to OpenClaw, including context poisoning, infinite loops, and failed cron job outputs. It implements dynamic amnesia during tool calls and auto-delivery for scheduled tasks.