MCP Catalogs
Home

Axon.MCP.Server vs time

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

Axon.MCP.Server
by ali-kamali
time
by modelcontextprotocol
Stars★ 165★ 85,748
30d uses
Score5077
Official
Categories
Developer ToolsAI / LLM ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

Axon.MCP.Server · Summary

MCP server that transforms codebases into intelligent knowledge bases for AI IDEs like Cursor and AntiGravity with semantic analysis and vector search.

time · Summary

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

Axon.MCP.Server · Use cases

  • AI IDE integration for Cursor and Google AntiGravity to provide intelligent code assistance
  • Enterprise codebase analysis with semantic search across large repositories
  • Automated architecture visualization and dependency mapping for development teams

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

Axon.MCP.Server · Install

Quick Start with Docker

# Clone the repository
git clone https://github.com/ali-kamali/Axon.MCP.Server.git
cd axon.mcp.server

# Copy environment template
cp .env.example .env

# Edit .env with your credentials
# Set GITLAB_TOKEN or AZUREDEVOPS_PASSWORD
# Set ADMIN_API_KEY and ADMIN_PASSWORD

# Start all services
make docker-up

# Run database migrations
make migrate

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "axon": {
      "command": "python",
      "args": ["-m", "uvicorn", "axon_mcp_server.main:app", "--host", "0.0.0.0", "--port", "8001"],
      "env": {
        "AXON_ADMIN_API_KEY": "your-api-key"
      }
    }
  }
}

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.