MCP Catalogs
Home

heimdall-mcp-server vs time

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

heimdall-mcp-server
by lcbcFoo
time
by modelcontextprotocol
Stars★ 104★ 85,748
30d uses
Score4477
Official
Categories
Developer ToolsAI / LLM ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit8 mo agothis month

heimdall-mcp-server · Summary

Heimdall MCP Server provides persistent memory for AI coding assistants by indexing documentation and git history.

time · Summary

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

heimdall-mcp-server · Use cases

  • Persistent memory for AI coding assistants across multiple sessions
  • Retrieving relevant code solutions and architectural patterns from previous work
  • Automatically updating AI knowledge base with code changes and commits

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

heimdall-mcp-server · Install

pip install heimdall-mcp

# Initialize project
heimdall project init

# For Claude Desktop, add to config.json:
{
  "mcpServers": {
    "heimdall": {
      "command": "python",
      "args": ["-m", "heimdall.mcp"]
    }
  }
}

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.