byterover-cli
ByteRover CLI provides a persistent, structured memory layer for AI coding agents.
- Type
- MCP
- Transport
- stdio
- Open source
- Yes
- GitHub Stars
- ★ 4.9k
- Source
- mcp-github
- Repository
- github.com/campfirein/byterover-cli
Overview
ByteRover CLI (brv) is an interactive REPL command-line tool that offers persistent and structured memory for AI coding agents. It enables developers to organize project knowledge into context trees and sync them to the cloud, facilitating sharing across different tools and team members. By running `brv`, AI agents can understand codebases and read/write files via agent maps, execute code, and store knowledge for future sessions. The tool supports multiple LLM providers and 24 built-in agent tools, making it ideal for AI coding agents requiring long-term memory and context management.
Capabilities
- ▪Persistent and structured memory layer
- ▪Context tree and knowledge storage management
- ▪Git-like version control
- ▪Support for 20 LLM providers
- ▪24 built-in agent tools
- ▪Cloud synchronization
Use cases
Setup
curl -fsSL https://byterover.dev/install.sh | sh or npm install -g byterover-cli
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How do I get started with ByteRover CLI?
Run the `brv` command to enter the interactive REPL; automatic configuration requires no additional setup.
Which LLM providers are supported?
Supports 20 providers including Anthropic, OpenAI, Google, Groq, Mistral, xAI, DeepSeek, and more.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.