Monitors and logs running processes, making their output and status accessible to AI agents through the Model Context Protocol.
Track-it is a lightweight process wrapper designed to bridge the gap between your local command-line applications and AI agents like Claude. By prepending `track-it` to any command, it automatically captures stdout and stderr into separate log files, records process metadata in a SQLite database, and exposes this information via a read-only Model Context Protocol (MCP) server. This allows AI to seamlessly monitor process status, review execution details, inspect full command arguments and environment variables, and tail real-time or historical logs, enabling advanced automation and troubleshooting directly through natural language queries.