An Developer Log MCP server for use with Cline, Roo Code, or other agentic AI tools.
Overview
what is Dev Log MCP?
Dev Log MCP is a Model Context Protocol (MCP) component designed to manage a development log file, providing endpoints for reading and appending log entries with automatic timestamps.
how to use Dev Log MCP?
To use Dev Log MCP, run the startup script ./start_server.sh to install dependencies and start the service. Use the provided API endpoints to read and write log entries.
key features of Dev Log MCP?
- Read the last X entries from the development log.
- Append new entries with automatic timestamps.
- Automatic dependency management and background process logging.
use cases of Dev Log MCP?
- Keeping track of development progress in software projects.
- Logging important events and changes during development.
- Managing team collaboration through shared log entries.
FAQ from Dev Log MCP?
- How do I start the service?
Run
./start_server.shto start the service and install dependencies.
- How can I stop the service?
Use the command
./stop_server.shto stop the service.
- What format do log entries follow?
Each entry is timestamped and follows the format: "## YYYY-MM-DD HH:MM:SS: Your log message here".