byterover-cli (MCP Server)

GitHub

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

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "byterover-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-byterover-cli"
      ]
    }
  }
}