byterover-cli

byterover-cli

ByteRover CLI provides a persistent, structured memory layer for AI coding agents.

MCPDevOpen sourceAI 编码记忆管理上下文树
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 4.9k
Source
mcp-github

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

Memory management for AI coding agentsOrganization and sharing of project knowledgeCollaboration across multiple tools and team members

Setup

Requires: API KeyNode 环境
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