VectorCode vs time
Side-by-side comparison to help you pick between these two MCP servers.
VectorCode by Davidyz | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 859 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsFile System | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 3 mo ago | this month |
VectorCode · Summary
VectorCode is a code repository indexing tool that enhances LLM understanding of codebases through MCP integration.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
VectorCode · Use cases
- Enhancing LLM understanding of closed-source projects
- Improving code analysis in IDE with neovim integration
- Reducing LLM hallucination in code generation tasks
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
VectorCode · Install
Installation
pip install
pip install vectorcodeNeovim Plugin
use 'Davidyz/vectorcode.nvim'Claude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"vectorcode": {
"command": "vectorcode",
"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"]
}
}
}