.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/campfirein/byterover-cli
home/mcp-servers/campfirein/byterover-cli
campfirein avatar

byterover-cli

bycampfirein· 1 MCP server

Stars

4.9k

Forks

453

Category

AI Agents & MCP

View on GitHub

TL;DR

ByteRover's CLI

How to install byterover-cli?

campfirein/byterover-cli
$git clone https://github.com/campfirein/byterover-cli

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install byterover-cli by running `git clone https://github.com/campfirein/byterover-cli`, then use it for the current task and follow its documentation at https://github.com/campfirein/byterover-cli.

Files · 1

View on GitHub
README.md
1# ByteRover CLI
2 
3<div align="center">
4 
5<img src="./assets/images/logo/byterover-logo.svg" alt="ByteRover Logo" width="280" />
6 
7<p align="center">
8<em>Interactive REPL CLI for AI-powered context memory</em>
9</p>
10 
11<p align="center">
12<a href="LICENSE"><img src="https://img.shields.io/badge/License-Elastic%202.0-blue.svg" alt="License" /></a>
13<a href="https://npmjs.org/package/byterover-cli"><img src="https://img.shields.io/npm/v/byterover-cli.svg" alt="Version" /></a>
14<a href="https://npmjs.org/package/byterover-cli"><img src="https://img.shields.io/npm/dw/byterover-cli.svg" alt="Downloads" /></a>
15<a href="https://docs.byterover.dev"><img src="https://img.shields.io/badge/Docs-Documentation-green.svg" alt="Documentation" /></a>
16<a href="https://discord.com/invite/UMRrpNjh5W"><img src="https://img.shields.io/badge/Discord-Join%20Community-7289da" alt="Discord" /></a>
17</p>
18 
19</div>
20 
21## Overview
22 
23ByteRover CLI (`brv`) gives AI coding agents persistent, structured memory. It lets developers curate project knowledge into a context tree, sync it to the cloud, and share it across tools and teammates.
24 
25Run `brv` in any project directory to start an interactive REPL powered by your choice of LLM. The agent understands your codebase through an agentic map, can read and write files, execute code, and store knowledge for future sessions.
26 
27📄 Read the [paper](https://arxiv.org/abs/2604.01599) for the full technical details.
28 
29Or download our self-hosted PDF version of the paper [here](https://byterover.dev/paper).
30 
31**Key Features:**
32 
33- 🌐 Web dashboard for curating and querying context (`brv webui`)
34- 🖥️ Interactive TUI with REPL interface (React/Ink)
35- 🧠 Context tree and knowledge storage management
36- 🔀 Git-like version control for the context tree (branch, commit, merge, push/pull)
37- 🤖 20 LLM providers (Anthropic, OpenAI, Google, Groq, Mistral, xAI, DeepSeek, and more)
38- 🛠️ 24 built-in agent tools (code exec, file ops, knowledge search, memory management)
39- 🔄 Cloud sync with push/pull
40- 👀 Review workflow for curate operations (approve/reject pending changes)
41- 🔌 MCP (Model Context Protocol) integration
42- 📦 Hub and connectors ecosystem for skills and bundles
43- 🤝 Works with 22+ AI coding agents (Cursor, Claude Code, Windsurf, Cline, and more)
44- 🏢 Enterprise proxy support
45 
46## Benchmark Results
47 
48All benchmarks are run using the production `byterover-cli` codebase in this repository - no separate research prototype.
49 
50We evaluate on two long-term conversational memory benchmarks:
51 
52- **LoCoMo** - ultra-long conversations (~20K tokens, 35 sessions) testing single-hop, multi-hop, temporal, and open-domain retrieval.
53- **LongMemEval-S** - large-scale benchmark (23,867 docs, ~48 sessions per question) testing 6 memory abilities including knowledge update, temporal reasoning, and multi-session synthesis.
54 
55**LoCoMo** - 96.1% overall accuracy (1,982 questions, 272 docs).
56 
57**LongMemEval-S** - 92.8% overall accuracy (500 questions, 23,867 docs).
58 
59<p align="center">
60<img src="assets/images/benchmarks/longmemeval-s-by-category.png" alt="LongMemEval-S Benchmark by Category" width="700" />
61</p>
62 
63All metrics are LLM-as-Judge accuracy (%). See the [paper](https://arxiv.org/abs/2604.01599), or self-hosted [PDF](https://byterover.dev/paper) for full details.
64 
65## Quick Start
66 
67### Shell Script (macOS & Linux)
68 
69No Node.js required - everything is bundled.
70 
71```bash
72curl -fsSL https://byterover.dev/install.sh | sh
73```
74 
75Supported platforms: macOS ARM64, macOS x64 (Intel), Linux x64, Linux ARM64.
76 
77### npm (All Platforms)
78 
79Requires Node.js >= 20.
80 
81```bash
82npm install -g byterover-cli
83```
84 
85### Verify
86 
87```bash
88brv --version
89```
90 
91### First Run
92 
93```bash
94cd your/project
95brv
96```
97 
98The REPL auto-configures on first run - no setup needed. Type `/` to discover all available commands:
99 
100```
101/curate "Auth uses JWT with 24h expiry" @src/middleware/auth.ts
102/query How is authentication implemented?
103```
104 
105## ByteRover Cloud
106 
107ByteRover Cloud is a hosted platform for teams to sync,

Preview

campfirein/byterover-clicampfirein/byterover-cli
Repocampfirein/byterover-cli
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJun 2026
LicenseNOASSERTION
First seenJul 26, 2026

Tags

MCP

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k