MCP Catalogs
Home

mcp-dap-server vs time

Side-by-side comparison to help you pick between these two MCP servers.

mcp-dap-server
by go-delve
time
by modelcontextprotocol
Stars★ 84★ 85,748
30d uses
Score4877
Official
Categories
Developer ToolsAI / LLM ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last committhis monththis month

mcp-dap-server · Summary

MCP server that bridges AI assistants with DAP debuggers for programmatic debugging of live programs.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mcp-dap-server · Use cases

  • Automated debugging of applications by AI assistants
  • Remote debugging sessions controlled through AI agents
  • Programmatic analysis of application behavior and performance

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

mcp-dap-server · Install

Installation

Prerequisites

  • Go 1.24.4 or later
  • A DAP-compatible debugger for your target language

Building from Source

git clone https://github.com/go-delve/mcp-dap-server
cd mcp-dap-server
go build -o bin/mcp-dap-server

MCP Client Configuration

Add to your MCP client configuration:

{
  "mcpServers": {
    "dap-debugger": {
      "command": "mcp-dap-server",
      "args": [],
      "env": {}
    }
  }
}

For Claude Code:

claude mcp add mcp-dap-server /path/to/mcp-dap-server

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.