pitlane-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
pitlane-mcp by eresende | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 73 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsSearch | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | this month | this month |
pitlane-mcp · Summary
Token-efficient code intelligence MCP server that indexes code once and lets agents retrieve only needed symbols.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
pitlane-mcp · Use cases
- AI coding agents working with large codebases need efficient symbol lookup without processing entire files
- Code analysis tasks that require understanding execution paths and impact of changes
- Development teams using AI assistants that need to minimize token usage while maintaining code context
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
pitlane-mcp · Install
Installation
Download a pre-built binary from [GitHub Releases](https://github.com/eresende/pitlane-mcp/releases/latest) for Linux, macOS, and Windows.
Or install via Homebrew:
brew tap eresende/pitlane-mcp
brew install pitlane-mcpOr install via cargo-binstall:
cargo binstall pitlane-mcpOr install from crates.io:
cargo install pitlane-mcpClaude Desktop Setup
Add to Claude Desktop configuration:
{
"mcpServers": {
"pitlane-mcp": {
"command": "pitlane-mcp",
"args": []
}
}
}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"]
}
}
}