MCP Catalogs
Home

DecisionNode vs time

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

DecisionNode
by decisionnode
time
by modelcontextprotocol
Stars★ 29★ 85,748
30d uses
Score4477
Official
Categories
Developer ToolsAI / LLM ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

DecisionNode · Summary

DecisionNode is a CLI and local MCP server for structured memory storage with semantic search across multiple AI coding environments.

time · Summary

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

DecisionNode · Use cases

  • Technical documentation and decision tracking in software development projects
  • Sharing best practices and architectural decisions across team members
  • AI assistant context enhancement by providing relevant technical decisions

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

DecisionNode · Install

npm install -g decisionnode
cd your-project
decide init      # creates project store
decide setup     # configure Gemini API key (free tier)

# Connect to Claude Code (run once)
claude mcp add decisionnode -s user decide-mcp

Claude Desktop configuration:

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