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 | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | Knowledge GraphAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this 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 contextgraphFor 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"]
}
}
}