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 | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsSearchAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | this month | this 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
- Install Vera:
bunx @vera-ai/cli install # or: npx -y @vera-ai/cli install / uvx vera-ai install- Set up models:
vera setup # Interactive wizard
vera setup --api # API mode (recommended)- Enable MCP:
vera mcp # or: bunx @vera-ai/cli mcp / uvx vera-ai mcpFor 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"]
}
}
}