MCP Catalogs
Home

ai-software-architect vs time

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

ai-software-architect
by codenamev
time
by modelcontextprotocol
Stars★ 65★ 85,748
30d uses
Score4677
Official
Categories
Developer ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last committhis monththis month

ai-software-architect · Summary

AI-powered architecture documentation framework with ADRs and MCP server integration for Claude and Cursor.

time · Summary

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

ai-software-architect · Use cases

  • Document architectural decisions and maintain architecture records
  • Conduct structured architecture reviews with specialized reviewers
  • Automate architecture documentation and analysis with AI assistants

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

ai-software-architect · Install

npm install -g ai-software-architect

Configure in Claude Desktop's config.json:

{
  "mcpServers": {
    "ai-software-architect": {
      "command": "mcp",
      "args": []
    }
  }
}

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.