roo-logger
20
Roo Activity Logger is a Model Context Protocol server designed to record and log development activities in JSON format. It captures various activity types, making them easy to search and analyze, thereby helping in restoring contexts efficiently.
Roo Activity Logger
Overview
- An MCP server that logs Roo Code(Cline)'s activities like command executions and code generation.
- Logs are saved as JSON files, facilitating easy searching and analysis.
Features
- Logs different activity types: command executions, code generation, file operations, errors, decisions, and conversations.
- Activity logs include unique ID, timestamp, type, summary, details, intention, context, and metadata.
Usage
To use without cloning, add to Cline or Roo-Code using npx.
- Incorporate into configuration to enable automatic logging.
For Developers
Clone and build locally for development or customization.