Wrangle: A Native macOS Editor for Managing Claude Code Sessions

Wrangle is a native macOS markdown editor designed specifically for managing Claude Code sessions and multi-agent workflows. The tool was created by a developer who found that VS Code couldn't handle their daily workload of running multiple Claude Code sessions.
Key Features
- Native macOS application for managing Claude Code sessions
- Markdown file editing with context awareness
- Embedded terminals
- Smart notifications that pull users back to the right session
- Built specifically for AI power users working with multi-agent workflows
Availability
The tool is available at wrangleapp.dev. A limited number of free keys are available using code U4MTIXMG at checkout.
The developer notes that they built the application with Claude's assistance and has provided a full write-up in the Reddit comments section.
📖 Read the full source: r/ClaudeAI
👀 See Also

CodeLedger and Vibecop Updates for Multi-Agent AI Coding Cost and Quality Tracking
CodeLedger now tracks spending across Claude Code, Codex CLI, Cline, and Gemini CLI by reading local session files, while Vibecop adds automated quality checks with new LLM-specific detectors and a one-command setup for multiple AI coding tools.

Publicly Hosted MCP Servers for Health, Academic, and Government Data
A developer has built and publicly hosts 14 MCP servers providing access to CDC datasets, clinical trials, FDA data, academic publications, congressional information, weather data, and other utilities. These servers require no setup, API keys, or local installation.

Zikra: Self-Hosted MCP Memory Server for Claude Code, Cursor, and Codex
Zikra is a self-hosted MCP memory server that automatically saves every decision, error, and requirement when Claude Code sessions end via a Stop hook, creating a shared memory pool accessible across tools and team members.

Managing AI Context with a SQLite Knowledge Store and MCP Tools
One developer built RunawayContext, an MIT-licensed system that stores project lessons in SQLite with FTS5 and optional sqlite-vec, keeping per-session context under 3K tokens via MCP query tools and hard-coded caps.