MCP Catalogs
Home

Vera vs time

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

Vera
by lemon07r
time
by modelcontextprotocol
Stars★ 82★ 85,748
30d uses
Score4677
Official
Categories
Developer ToolsSearchAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageRustTypeScript
Last committhis monththis month

Vera · Summary

Local code search tool combining BM25, vector similarity, and cross-encoder reranking with MCP support.

time · Summary

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

Vera · Use cases

  • AI-powered code search and navigation within large codebases
  • Integration with coding assistants to provide enhanced code intelligence
  • Local code analysis for reference finding, dead code detection, and project overview

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

Vera · Install

Installation

  1. Install Vera:
bunx @vera-ai/cli install   # or: npx -y @vera-ai/cli install / uvx vera-ai install
  1. Set up models:
vera setup                       # Interactive wizard
vera setup --api                 # API mode (recommended)
  1. Enable MCP:
vera mcp   # or: bunx @vera-ai/cli mcp / uvx vera-ai mcp

For Claude Desktop, add to claude_desktop_config.json:

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