MCP Catalogs
Home

dbt-doctor vs time

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

dbt-doctor
by Astoriel
time
by modelcontextprotocol
Stars★ 134★ 85,748
30d uses
Score4877
Official
Categories
Developer ToolsDatabaseAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit1 mo agothis month

dbt-doctor · Summary

AI-driven quality & governance MCP server for dbt projects, offering auditing, profiling, drift detection, and documentation generation.

time · Summary

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

dbt-doctor · Use cases

  • Audit dbt project health with a 0-100% score based on documentation, testing, and naming conventions
  • Profile data models to generate column statistics and intelligent test suggestions
  • Automatically update schema.yml files with suggested tests and documentation

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

dbt-doctor · Install

Install dbt-doctor via pip:

pip install dbt-doctor

For Claude Desktop, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "dbt-doctor": {
      "command": "dbt-doctor",
      "args": ["--project-dir", "/absolute/path/to/your/dbt/project"]
    }
  }
}

For Cursor, add to your .cursor/mcp.json:

{
  "mcpServers": {
    "dbt-doctor": {
      "command": "dbt-doctor",
      "args": ["--project-dir", "/absolute/path/to/your/dbt/project"]
    }
  }
}

Prerequisite: Run dbt compile prior to usage to ensure target/manifest.json is available.

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.