MCP Catalogs
Home

octocode-mcp vs time

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

octocode-mcp
by bgauryy
time
by modelcontextprotocol
Stars★ 832★ 85,748
30d uses
Score5277
Official
Categories
Developer ToolsAI / LLM ToolsGitHub
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

octocode-mcp · Summary

MCP server for semantic code research across GitHub/GitLab and local repositories with advanced LSP integration.

time · Summary

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

octocode-mcp · Use cases

  • Code exploration and pattern matching across public and private repositories
  • Advanced code analysis and documentation generation using AST and dependency graphs
  • Pull request review with LSP flow tracing across multiple domains

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

octocode-mcp · Install

Installation

Recommended: Octocode CLI

npx octocode-cli install

Manual MCP Configuration

Add to your MCP configuration file:

{
  "mcpServers": {
    "octocode": {
      "command": "npx",
      "args": ["octocode-mcp@latest"]
    }
  }
}

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.