MCP Catalogs
Home

codebase-memory-mcp vs time

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

codebase-memory-mcp
by DeusData
time
by modelcontextprotocol
Stars★ 2,363★ 85,748
30d uses
Score5877
Official
Categories
Developer ToolsKnowledge GraphAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageCTypeScript
Last committhis monththis month

codebase-memory-mcp · Summary

High-performance code intelligence MCP server that indexes codebases into a persistent knowledge graph with sub-ms queries and 155 language support.

time · Summary

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

codebase-memory-mcp · Use cases

  • Large codebase architecture analysis and documentation
  • Code impact assessment before refactoring
  • Cross-service dependency mapping in microservices
  • Dead code detection and optimization
  • Semantic code search across entire repositories

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

codebase-memory-mcp · Install

Quick Start

**One-line install** (macOS / Linux):

curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash

**Windows** (PowerShell):

# 1. Download the installer
Invoke-WebRequest -Uri https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.ps1 -OutFile install.ps1

# 2. (Optional but recommended) Inspect the script
notepad install.ps1

# 3. Run it
.\install.ps1
Claude Desktop Configuration
  1. Add to Claude Desktop config:
{
  "mcpServers": {
    "codebase-memory": {
      "command": "codebase-memory-mcp",
      "args": []
    }
  }
}
  1. Restart Claude Desktop
  2. Say "Index this project" to begin

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.