MCP Catalogs
Home

dreamgraph vs time

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

dreamgraph
by mmethodz
time
by modelcontextprotocol
Stars★ 82★ 85,748
30d uses
Score4677
Official
Categories
Knowledge GraphDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

dreamgraph · Summary

DreamGraph is a graph-first cognitive layer that builds a persistent knowledge graph to reason about code architecture.

time · Summary

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

dreamgraph · Use cases

  • Repository architecture understanding across multi-repo systems
  • Cognitive reasoning for code changes and documentation generation
  • Persistent knowledge maintenance in AI-assisted development

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

dreamgraph · Install

Install from source

**Windows (PowerShell):**

git clone https://github.com/mmethodz/dreamgraph.git
cd dreamgraph
./scripts/install.ps1 -Force

**Linux / macOS (Bash):**

git clone https://github.com/mmethodz/dreamgraph.git
cd dreamgraph
bash scripts/install.sh --force

For Claude Desktop integration, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "dreamgraph": {
      "command": "dg",
      "args": ["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.