Agentra LabsAgentra Labs DocsPublic Documentation

Get Started

Installation

AgenticTime supports macOS, Linux, and Windows. Install profiles: desktop, terminal, server.

AgenticTime supports macOS, Linux, and Windows. Install profiles: desktop, terminal, server.

# Default (desktop profile)
curl -fsSL https://agentralabs.tech/install/time | bash

# Explicit profiles
curl -fsSL https://agentralabs.tech/install/time/desktop | bash
curl -fsSL https://agentralabs.tech/install/time/terminal | bash
curl -fsSL https://agentralabs.tech/install/time/server | bash

npm

npm install @agenticamem/time

PyPI

pip install agentic-time

Cargo (crates.io)

cargo install agentic-time-cli
cargo install agentic-time-mcp

Cargo (from source)

cargo install --git https://github.com/agentralabs/agentic-time --locked agentic-time-mcp

What the installer does

  1. Downloads the agentic-time-mcp binary to ~/.local/bin/
  2. Merges (never overwrites) MCP config into detected client configs
  3. Leaves all existing MCP servers untouched

Profiles

ProfileBinaryMCP ConfigAuth
desktopInstalledAuto-merged into Claude/Cursor/Windsurf/VS Code/CodexNone
terminalInstalledAuto-merged (same as desktop)None
serverInstalledNo desktop config changesAGENTIC_TOKEN required

Standalone guarantee

AgenticTime is fully standalone. It does not require any other Agentra sister to be installed. It works independently as a single MCP server binary.

Post-install verification

# Check binary
agentic-time-mcp serve
# Ctrl+C after startup confirmation

# Check CLI
atime --help

Requirements

  • curl (for download)
  • jq or python3 (for MCP config merge)
  • Rust toolchain (only if building from source)

Platform support

PlatformArchitectureStatus
macOSx86_64, aarch64Supported
Linuxx86_64, aarch64Supported
Windowsx86_64Supported