@chillbruhhh/amp-cli
v0.1.1
Published
AMP (Agentic Memory Protocol) CLI - Terminal interface for AI agent memory management
Maintainers
Readme
AMP CLI
Terminal-based interface used to index repos/codebases for Agentic Memory Protocol
Installation
Global Installation (Recommended)
npm install -g @chillbruhhh/amp-cliLocal Installation
npm install @chillbruhhh/amp-cli
npx amp --helpPrerequisites
- Node.js 14+ (for npm installation)
- Rust/Cargo (for building from source)
- AMP Server running on http://localhost:8105
Quick Start
# Show help
amp --help
# Index a codebase
amp index
# Index a codebase specific path
amp index /path/to/project
Supported Languages
- Python
- TypeScript/JavaScript
- Rust
- Go
- Java
- C/C++
- C#
- Ruby
- PHP
- Shell scripts
Note
All other cli commands are not currently intended to be used yet and will be modified and removed in future updates
License
See LICENSE in the repository root.
