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

Using a Local LLM as a Claude Code Subagent to Reduce Context Usage
A developer shares a method to use Claude Code to delegate tasks to a local LLM via LM Studio's API, keeping file content out of Claude's context. The approach uses a ~120-line Python script with tool-calling to read files locally and return summaries.
freddy CLI: Wire Garmin & Other Wearables into OpenClaw via MCP
freddy CLI now supports Garmin alongside Polar, Oura, Withings, Suunto, Intervals.icu, and Hevy. Run `freddy connect garmin` then query sleep, HRV, Body Battery, and workouts from any MCP-speaking agent.

Codesight: AI Context Engine Cuts 30K-60K Tokens from Claude Code Sessions
Codesight is an open-source tool that analyzes codebases to provide AI coding agents with structured context, reducing token waste. A developer collaborated with the maintainer to add AST parsing for Next.js and Prisma, an eval suite, token telemetry, and profiles for Claude Code and Cursor.

Architor: Open-Source Tool for Phase-Gated Architecture Workflows with Claude Code
Architor is an open-source tool that structures Claude Code into a phase-gated architecture assistant with persistent design memory. It organizes system design into requirement evaluation, architecture decisions, component design, and validation phases, tracking decisions in an .arch workspace.