MCP Catalogs
Home

mymir vs time

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

mymir
by FrkAk
time
by modelcontextprotocol
Stars★ 68★ 85,748
30d uses
Score4677
Official
Categories
Developer ToolsProductivityKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

mymir · Summary

Mymir is an AI-native project management tool that provides MCP tools for task management and context tracking in agentic engineering workflows.

time · Summary

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

mymir · Use cases

  • Managing complex software development projects with persistent agent memory
  • Automating task decomposition and dependency planning in agentic workflows
  • Providing context-aware task execution across multiple AI coding assistants

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

mymir · Install

Installation Steps

  1. Install prerequisites: Bun v1.0+ and Docker
  2. Clone the repository: git clone git@github.com:FrkAk/mymir.git
  3. Install dependencies: bun install
  4. Copy environment file: cp .env.local.example .env.local
  5. Configure database and auth credentials in .env.local
  6. Setup database: bun run db:setup
  7. Build and start: bun run build && bun run start

For Claude Code integration:

{
  "mcpServers": {
    "mymir": {
      "command": "npx",
      "args": ["@frkak/mymir", "--stdio"]
    }
  }
}

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.