MCP Catalogs
Home

LeanKG vs time

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

LeanKG
by FreePeak
time
by modelcontextprotocol
Stars★ 188★ 85,748
30d uses
Score5077
Official
Categories
Developer ToolsAI / LLM ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguageRustTypeScript
Last committhis monththis month

LeanKG · Summary

LeanKG is a local-first knowledge graph that indexes codebases and exposes them via MCP for AI-assisted development with significant token savings.

time · Summary

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

LeanKG · Use cases

  • AI-assisted code analysis with reduced token consumption by targeting specific code subgraphs
  • Impact radius calculation before making code changes
  • Code dependency visualization and community detection in large codebases
  • Annotation-based code search and traceability

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

LeanKG · Install

Installation

One-Line Install (Recommended)

curl -fsSL https://raw.githubusercontent.com/FreePeak/LeanKG/main/scripts/install.sh | bash -s -- <target>

Supported targets include: cursor, claude, opencode, kilo, antigravity, gemini, codex

Install via Cargo

cargo install leankg && leankg --version

Claude Code Integration

# Install with Claude Code hooks
leankg setup
# Restart Claude Code or run:
/reload-plugins

Configuration

LeanKG creates MCP configuration during setup. For manual setup, see docs/mcp-tools.md for MCP server configuration.

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.