time vs code-pathfinder
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | code-pathfinder by shivasurya | |
|---|---|---|
| Stars | ★ 85,748 | ★ 130 |
| 30d uses | — | — |
| Score | 77 | 49 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | SecurityDeveloper Tools |
| Language | TypeScript | Go |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
code-pathfinder · Summary
MCP server for Code Pathfinder, providing AI assistants with access to cross-file code analysis and security scanning capabilities.
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
code-pathfinder · Use cases
- AI assistants performing security-focused code reviews with cross-file vulnerability detection
- Development teams using AI to understand complex code data flows and dependencies
- Security professionals scanning codebases for vulnerabilities through AI-powered interfaces
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"]
}
}
}code-pathfinder · Install
brew install shivasurya/tap/pathfinderStart the MCP server:
pathfinder serve --project .For Claude Desktop, add this to your configuration.json:
{
"mcpServers": {
"code-pathfinder": {
"command": "pathfinder",
"args": ["serve", "--project", "."]
}
}
}