Some Goodies
BoxMux
Terminal UI framework using YAML configuration files
BoxMux is a Rust-based framework for building terminal user interfaces using YAML configuration files. Define interface layouts and behavior declaratively without writing UI code.
Features:
- YAML-based interface design
- Component library (panels, menus, charts, logs)
- Real-time updates and data streaming
- Socket integration
- Cross-platform support
Technology: Rust, Crossterm, YAML
Workspace
Unified tool suite for developers and system administrators
Workspace provides file operations, line analysis, version management, and development workflow automation through a single ws binary with intuitive subcommands. Includes refac (string replacement), ldiff (pattern recognition), scrap/unscrap (file management), git integration, and template system.
Features:
- Multi-threaded processing with encoding detection
- Real-time log analysis with ANSI preservation
- Local trash system with metadata tracking
- Git integration with automatic version management
- Template engine with variable substitution
Technology: Rust, Tera templates, Git integration
Capns
Cross-platform capability-oriented IPC library
Capns provides a capability-first approach to inter-process communication, designed for secure and composable local services across multiple runtimes.
Features:
- Capability-based access model for IPC endpoints
- Emphasis on secure local service boundaries
- Cross-platform runtime support
- Composable interfaces for service-to-service communication
Technology: Systems programming, IPC, capability-based design
InSite
Browser automation MCP server with 50 operational tools
InSite is a MCP server that provides browser automation capabilities through Playwright. Features 50 tools organized into 13 categories for page control, element interaction, content extraction, and testing framework integration.
Features:
- Multi-browser engine support (Chromium, Firefox, WebKit)
- Visual testing and screenshot comparison
- Security validation and performance monitoring
- JavaScript execution and console monitoring
- Testing framework integration (Jest, Mocha, Playwright Test)
- Network monitoring and request interception
Technology: TypeScript, Playwright, MCP SDK, Node.js
| View on GitHub | Project Website |
InCode
LLDB debugging automation MCP server with 65 operational tools
InCode is a MCP server that provides AI agents with comprehensive LLDB debugging capabilities for native binaries. Features 65 tools organized into 13 categories including process control, execution management, memory inspection, and crash analysis.
Features:
- Complete LLDB C++ API integration with real debugging capabilities
- Process lifecycle management (launch, attach, detach, kill)
- Execution control with stepping and breakpoint management
- Memory inspection with hex/ascii/bytes formatting and search
- Variable and register inspection with type information
- Stack analysis and backtrace generation
- Thread management and session persistence
-
Advanced crash analysis and core dump generation
Technology: Rust, LLDB C++ API, MCP SDK, lldb-sys bindings