MCP Catalogs
Home

mie vs time

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

mie
by kraklabs
time
by modelcontextprotocol
Stars★ 42★ 85,748
30d uses
Score4677
Official
Categories
Knowledge GraphDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit2 mo agothis month

mie · Summary

MIE is a persistent memory graph MCP server that enables AI agents to share and recall knowledge across sessions.

time · Summary

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

mie · Use cases

  • Cross-agent knowledge sharing between different AI platforms
  • Persistent memory for AI agents working on long-term projects
  • Structured knowledge capture for technical decisions and context

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

mie · Install

Install MIE using Homebrew:

brew tap kraklabs/mie
brew install mie

Initialize with:

mie init                    # Quick setup with defaults
mie init --interview        # Interactive setup

Configure as MCP server in Claude Desktop (.mcp.json):

{
  "mcpServers": {
    "mie": {
      "command": "mie",
      "args": ["--mcp"]
    }
  }
}

The MCP server will start automatically when needed.

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.