New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@tekbreed/tekmemo-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tekbreed/tekmemo-cli

TekMemo CLI distribution package.

alpha
latest
Source
npmnpm
Version
1.0.0-alpha.0
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

@tekbreed/tekmemo-cli

Command-line interface for TekMemo — manage your agent memory from the terminal.

What is this?

The @tekbreed/tekmemo-cli package gives you a command-line tool for managing local, cloud, and hybrid memory. You can use it to initialize a memory workspace, store durable decisions, search past memory, and interact with the TekMemo Cloud API.

Installation

npm install -D @tekbreed/tekmemo-cli

Or use directly without installing:

npx @tekbreed/tekmemo-cli --help

Quick Start

Initialize memory in your project and store a durable decision:

# Initialize a memory workspace in the current directory
npx tekmemo init

# Store a durable decision
npx tekmemo remember "Use VoyageAI for embeddings" --kind decision

# Get context for a task
npx tekmemo context --query "current task" --json

# Inspect the current memory state
npx tekmemo inspect

Configuration and Usage

The CLI supports Local (default), Cloud, and Hybrid runtime modes.

You can configure defaults using a .tekmemo/config.json file. For a complete list of commands, global flags, and cloud integration features, please refer to the Full Documentation.

Contributing

See our central Contributing Guide and development scripts for details on formatting, linting, and testing within the monorepo.

License

MIT

Keywords

cli

FAQs

Package last updated on 15 Jun 2026

Related posts