MCP Catalogs
Home

ContextGraph vs time

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

ContextGraph
by AllenMaxi
time
by modelcontextprotocol
Stars★ 21★ 85,748
30d uses
Score4377
Official
Categories
Knowledge GraphAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit1 mo agothis month

ContextGraph · Summary

MCP server implementing a shared memory bus with permissions, subscriptions, and optional payments for multi-agent teams.

time · Summary

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

ContextGraph · Use cases

  • Coding agents that need to survive context window pressure without losing state
  • Multi-agent teams requiring shared memory with permissions and provenance
  • Internal agent platforms needing ACLs and explainable memory layers

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

ContextGraph · Install

pip install contextgraph

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

{
  "mcpServers": {
    "contextgraph": {
      "command": "python",
      "args": ["-m", "contextgraph.server"],
      "env": {}
    }
  }
}

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.