agent-lsp vs time
Side-by-side comparison to help you pick between these two MCP servers.
agent-lsp by blackwell-systems | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 26 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | this month | this month |
agent-lsp · Summary
Stateful MCP server bridging language servers with AI agents, offering type-aware navigation, blast-radius analysis, and pre-verified edits across 30+ languages.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
agent-lsp · Use cases
- Large-scale refactoring with blast-radius analysis to understand impact before making changes
- Type-safe navigation across codebases to find implementations, references, and call hierarchies
- Speculative editing to preview changes in memory before writing to disk
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
agent-lsp · Install
Install agent-lsp as a Go binary:
go install github.com/blackwell-systems/agent-lsp@latestFor Claude Desktop, add to .mcp.json:
{
"mcpServers": {
"agent-lsp": {
"command": "agent-lsp",
"args": ["stdio"]
}
}
}Docker images are available for each language (go, typescript, python, etc.)
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"]
}
}
}