DebugMCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
DebugMCP by microsoft | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 349 | ★ 85,748 |
| 30d uses | — | — |
| Score | 53 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
DebugMCP · Summary
DebugMCP enables AI agents to debug code in VS Code with breakpoints, stepping, and variable inspection.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
DebugMCP · Use cases
- AI agents autonomously debugging code by setting breakpoints and stepping through execution
- Evaluating expressions and inspecting variables at runtime to diagnose issues
- Starting and managing debugging sessions across multiple programming languages
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
DebugMCP · Install
Installation
**Option 1: VS Code Marketplace**
- Visit: [https://marketplace.visualstudio.com/items?itemName=ozzafar.debugmcpextension](https://marketplace.visualstudio.com/items?itemName=ozzafar.debugmcpextension)
- Click "Install"
**Option 2: Direct Link**
- Copy and paste in your browser:
vscode:extension/ozzafar.debugmcpextension
**Option 3: Within VS Code**
- Open VS Code
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "DebugMCP"
- Click Install
**Manual MCP Server Registration** Add to your AI assistant's configuration:
{
"mcpServers": {
"debugmcp": {
"type": "http",
"url": "http://localhost:3001/mcp",
"description": "DebugMCP - AI-powered debugging assistant"
}
}
}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"]
}
}
}