MCP Catalogs
Home

roo-logger vs time

Side-by-side comparison to help you pick between these two MCP servers.

roo-logger
by annenpolka
time
by modelcontextprotocol
Stars★ 24★ 85,748
30d uses
Score4077
Official
Categories
Developer ToolsProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit9 mo agothis month

roo-logger · Summary

An MCP server that automatically logs AI coding assistant activities like command executions and code generation.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

roo-logger · Use cases

  • Tracking and analyzing AI coding assistant activities for productivity analysis
  • Restoring context when resuming interrupted development tasks
  • Creating audit trails of code generation and file modifications

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

roo-logger · Install

Installation

Via npx (Recommended)

Add the following to your Cline, Roo-Code, or Claude Code configuration:

{
  "mcpServers": {
    "roo-activity-logger": {
      "command": "npx",
      "args": ["-y", "github:annenpolka/roo-logger"],
      "env": {},
      "disabled": false
    }
  }
}

Local Development

git clone https://github.com/annenpolka/roo-logger.git
cd roo-logger
npm install
npm run build

Then configure to use the local build:

{
  "mcpServers": {
    "roo-activity-logger": {
      "command": "node",
      "args": ["/path/to/your/local/roo-logger/dist/index.js"],
      "env": {},
      "disabled": false
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.