MCP Catalogs
Home

time vs codebase-context

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

time
by modelcontextprotocol
codebase-context
by PatrickSys
Stars★ 85,748★ 44
30d uses
Score7745
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsSearch
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

codebase-context · Summary

An MCP server that maps codebase conventions and provides semantic search for AI agents to understand architecture and patterns.

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-context · Use cases

  • AI-assisted code generation that respects team conventions
  • Codebase analysis and refactoring with pattern awareness
  • New team member onboarding with architectural understanding

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"]
    }
  }
}

codebase-context · Install

Install via npm: npm install -g codebase-context

Add to Claude Desktop:

{
  "mcpServers": {
    "codebase-context": {
      "command": "npx",
      "args": ["-y", "codebase-context"]
    }
  }
}

For HTTP mode, configure with --http flag and set port to 3100.

Comparison generated from public README + GitHub signals. Last updated automatically.