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.
One-liner (recommended)
# 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 | bashnpm
npm install @agenticamem/timePyPI
pip install agentic-timeCargo (crates.io)
cargo install agentic-time-cli
cargo install agentic-time-mcpCargo (from source)
cargo install --git https://github.com/agentralabs/agentic-time --locked agentic-time-mcpWhat the installer does
- Downloads the
agentic-time-mcpbinary to~/.local/bin/ - Merges (never overwrites) MCP config into detected client configs
- Leaves all existing MCP servers untouched
Profiles
| Profile | Binary | MCP Config | Auth |
|---|---|---|---|
desktop | Installed | Auto-merged into Claude/Cursor/Windsurf/VS Code/Codex | None |
terminal | Installed | Auto-merged (same as desktop) | None |
server | Installed | No desktop config changes | AGENTIC_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 --helpRequirements
curl(for download)jqorpython3(for MCP config merge)- Rust toolchain (only if building from source)
Platform support
| Platform | Architecture | Status |
|---|---|---|
| macOS | x86_64, aarch64 | Supported |
| Linux | x86_64, aarch64 | Supported |
| Windows | x86_64 | Supported |