MCP Directory
Back

byterover-cli

by campfirein · TypeScript · ★ 4,668

ByteRover CLI (brv) - The portable memory layer for autonomous coding agents (formerly Cipher)

#agent#ai#autonomous-agents#cli#coding-assistant#context-memory#developer-tools#knowledge-management#llm#mcp#memory#typescript#vibe-coding

Install

npx -y github:campfirein/byterover-cli

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "byterover-cli": {
      "command": "npx",
      "args": [
        "-y",
        "github:campfirein/byterover-cli"
      ]
    }
  }
}

From the README

Interactive REPL CLI for AI-powered context memory ByteRover CLI () 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. Run 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. 📄 Read the [paper](https://arxiv.org/abs/2604.01599) for the full technical details. Or download our self-hosted P…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related communication servers