Roo Logger MCP Server

Rooの活動を自動的に記録するMCPベースのロギングシステム

Local serverstdio

What is the Roo Logger MCP server?

Rooの活動を自動的に記録するMCPベースのロギングシステム. Exposed over MCP by the roo logger mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

Roo Activity Logger is an MCP (Model Context Protocol) server that automatically records AI coding assistant development activities — including command executions, code generation, file operations, and more. It supports Claude Code, Cline, Roo-Code, and other MCP-compatible AI assistants. All logs are saved in JSON format, making it easy to search, analyze, and restore context at any time.

  • Logs various activity types: —
  • Command executions (command_execution)
  • Code generation (code_generation)
  • File operations (file_operation)
  • Errors (error_encountered)
  • Decisions (decision_made)

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Its toolset

Everything the assistant can do here goes through one of these:

  • Notes — The Notes tool exposed by this server
  • Parameters — The Parameters tool exposed by this server

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the roo logger mcp server does with a few real requests.

When to reach for it

This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Roo Logger's toolset — Notes, Parameters — is a fair guide to whether it matches your workflow. It is maintained by annenpolka; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
NotesThe Notes tool exposed by this server.
ParametersThe Parameters tool exposed by this server.

Example prompts to try

  • Use Roo Logger to Notes.
  • Use Roo Logger to Parameters.

Frequently asked questions

It connects Roo Logger to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Notes, Parameters) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Roo Logger directly.